View Single Post
(#2 (permalink))
Old
sandstorm140's Avatar
sandstorm140 sandstorm140 is offline
Developer
sandstorm140 is on a distinguished road
 
Posts: 983
Join Date: Sep 2009
Location: huHU
Default 11-29-2009, 04:01 PM

You need to add some code that checks if the submit action exists when the page loads. If it does then do what you want your form to do.

in php you can do this with:
if ($_GET['action'] == 'submit') { }


STOP! Your question may have already been answered!
Check the FAQs & FAQs Forums before submitting your question.

Don't bother PMing me for I have them blocked

Reply With Quote