[thelist] Form Submission (POST)

Burhan Khalid burhankhalid at members.evolt.org
Mon Jun 17 03:34:01 CDT 2002


> <form name='form1' action="proc1.php" method="post">
> <input ...>
> <input ...>
> <input type='submit' value='submit 1'>
> </form>
> ....
> <form name='form2' action="proc2.php" method="post">
> <input ...>
> <input ...>
> <input type='submit' value='submit 2'>
> </form>
>

Hey Chris :

	This is what I have currently. I would like to have only one
form, two submit buttons.
Each button sends a different set of data to the same target.

thanks,
Burhan





More information about the thelist mailing list