Hi,

Jonathan Rosenberg wrote:
> 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?

just give them different names e.g. submit1, submit2 ... and then do
what you want with an if clause and $_POST["submit1"] on the action
page.

hope it helps
Johannes

> 
> --
> JR
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to