Hi, I am trying to create some code to check whether a form has been submitted. The following code seems to print evertime, whether a form has been submitted or not:
if (isset($_POST)) {
echo '(isset($_POST))';
}
This seems most odd, could someone tell me why this happens?
Thanks for your help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

