PHP - Detect Auto Form Submission
Posted: Sun Jul 05, 2009 8:57 pm
Can anyone tell me how to detect a form that was auto-submitted using JavaScript? I can easily detect manual form submissions with the 'isset' method. But I have a form that is submitted using JavaScript document.forms[0].submit(). How can I detect this on the server side using PHP?
Regards,
Scott
Regards,
Scott