[PHP] Submit buttons

2003-02-25 Thread Greg
Is there any way that I can have a form submit to different pages depending on the submit button that is pressed? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Submit buttons

2003-02-25 Thread Cal Evans
PROTECTED] Sent: Tuesday, February 25, 2003 2:11 PM To: [EMAIL PROTECTED] Subject: [PHP] Submit buttons Is there any way that I can have a form submit to different pages depending on the submit button that is pressed? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Submit buttons

2003-02-25 Thread Rick Emery
[EMAIL PROTECTED] To: Sent: Tuesday, February 25, 2003 2:11 PM Subject: [PHP] Submit buttons Is there any way that I can have a form submit to different pages depending on the submit button that is pressed? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Submit buttons

2003-02-25 Thread Rick Emery
: Rick Emery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 2:25 PM Subject: Re: [PHP] Submit buttons Yes, you can. Simply give the buttons differnt names: INPUT type=submit name=submit1 value=Submit This INPUT type=submit name=submit2 value=Submit That in the PHP script