RE: [PHP] Multiple Form Submit Buttons

2002-10-11 Thread Jay Blanchard
[snip] I have been digging through the documentation for a while, but I can't find the answer to this ... If I have a form with multiple submit buttons, how can I tell in PHP which button was clicked? [/snip] Use a switch/case statement; switch($action) { case "Save": // query

[PHP] Multiple Form Submit Buttons

2002-10-11 Thread Jonathan Rosenberg
I have been digging through the documentation for a while, but I can't find the answer to this ... If I have a form with multiple submit buttons, how can I tell in PHP which button was clicked? -- JR -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/