|

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
|