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
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
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
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
4 matches
Mail list logo