Depending on Form Method (example uses POST METHOD)

echo "<PRE>";
print_r($HTTP_POST_VARS);
echo "</PRE>";



"Matt Palermo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Could anyone tell me how to print all the variables and values from a
submitted form, so that I can check them?

Thanks,

Matt



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

Reply via email to