Re: [PHP] Very simple forms processing question

2004-03-08 Thread Raditha Dissanayake
if you asign a name to your submit button a corresponding element will be created on the $_REQUEST, $_GET or $_POST array whichever you are using eg you should use input type=submit name=submit1 value=click me etc all the best [EMAIL PROTECTED] wrote: Hi I want to set up a mailing list on a

RE: [PHP] Very simple forms processing question

2004-03-08 Thread Jay Blanchard
[snip] I want to set up a mailing list on a site, and I want a very simple register/deregister facility. So a text field for the email address, then an [add] button and a [remove] button. Now, what I really want is for both [add] and [remove] to be 'submit' type HTML buttons for the same form,