Re: [PHP] Re: form submission logic

2004-05-10 Thread Torsten Roehr
>"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >[snip] >This is more of a HTML than a PHP question, but anyway: >It doesn't matter where you put the buttons as long as they are INSIDE >the >form-tag and have different names. >[/snip] > >Actually you can name them all t

RE: [PHP] Re: form submission logic

2004-05-10 Thread Jay Blanchard
[snip] This is more of a HTML than a PHP question, but anyway: It doesn't matter where you put the buttons as long as they are INSIDE the form-tag and have different names. [/snip] Actually you can name them all the same thing and then have PHP process the form via a switch/case statment. http

Re: [PHP] Re: form submission logic

2004-05-07 Thread Torsten Roehr
"Adam Voigt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 2004-05-07 at 13:47, Torsten Roehr wrote: > > > > This is more of a HTML than a PHP question, but anyway: > > It doesn't matter where you put the buttons as long as they are INSIDE the > > form-tag and have different

Re: [PHP] Re: form submission logic

2004-05-07 Thread Adam Voigt
On Fri, 2004-05-07 at 13:47, Torsten Roehr wrote: > > This is more of a HTML than a PHP question, but anyway: > It doesn't matter where you put the buttons as long as they are INSIDE the > form-tag and have different names. > Actually you don't even have to have names for the buttons, for exampl