PHP: Handling Multiple Submit Buttons

Posted by sebb on Stack Overflow See other posts from Stack Overflow or by sebb
Published on 2010-06-01T01:38:28Z Indexed on 2010/06/01 1:43 UTC
Read the original article Hit count: 235

Filed under:

Would like to get a consensus as to what the best practice is in this scenario:

Muliple submit buttons, is it better to handle this by having separate FORMS for each one of the submits, OR is it okay to have one form and check which button was pressed?

thank you for your input :D

© Stack Overflow or respective owner

Related posts about php