Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- How to take actions from multiple submit buttons


ag_47 - 7:36 pm on Feb 28, 2009 (gmt 0)


I didn't look through all your code, but if you have multiple submit buttons, just give them separate names and check which one is set

if(isset($_POST['sub_finish']))
..
elseif(isset($_POST['sub_edit']))
..


Thread source:: http://www.webmasterworld.com/php/3859768.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com