More multiple submit buttons
Following on from Khalid's previous post on multiple submit buttons, its also worth nothing that you can have multiple submit buttons with the same name attribute, e.g:
So, once the form's been submitted, in PHP the $_POST['action'] var will be set to either Edit or Delete.
Add comment November 17th, 2005