Shaun wrote:
Hi,

How can I check if a form has been submitted, I have seen a demo that uses
the following:

if(isset($HTTP_POST_VARS))

But I understand that $HTTP_POST_VARS is depricated...

Depricated or backward compatible, depends on your view. The "hot new way" is to use $_POST superglobal array


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to