Re: [PHP] FORM with a posting value

2001-04-08 Thread Victor Gamov
t; > To: [EMAIL PROTECTED] > > Subject: RE: [PHP] FORM with a posting value > > > > > > Yes, but you no longer check the value of "value" to > > determine which button > > was clicked. Instead, give each button a unique *name* > > attribute, t

RE: [PHP] FORM with a posting value

2001-04-06 Thread Johnson, Kirk
Oops. You do need the type=image and src= attributes, instead of what I wrote in the example. Good thing it's Friday :) > -Original Message- > From: Johnson, Kirk > Sent: Friday, April 06, 2001 1:29 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] FORM with a posti

RE: [PHP] FORM with a posting value

2001-04-06 Thread Johnson, Kirk
and name_y. So, if($modeEdit_x) blah elseif ($modeAdd_x) blah Kirk > -Original Message- > From: Jared Howard [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 06, 2001 1:07 PM > To: [EMAIL PROTECTED] > Subject: [PHP] FORM with a posting value > > > I hav

[PHP] FORM with a posting value

2001-04-06 Thread Jared Howard
I have a page with multiple form submit buttons that carry different values to do different functions and such. ... Which works great!! However, I grow tiresome of the typical button "look", and in my attempt to use an image instead: failed. Is there a way to do this? I have changed