In article <81A3043681E6824EBE672F7421C30E7E2A19A7
@SRVTORONTO.RAND.COM>, [EMAIL PROTECTED] says...
}if (isset ($HTTP_POST_VARS)){
} echo "Http Post Vars Set";
Remember, just because a variable is "set", it doesn't imply that the
variable has any data stored in it. In this case, while the
HTTP_POST_VARS array may be set, it does not contain any elements.
(It's size is zero.)
Hence, it's not included in phpinfo().
--
Jeff Carnahan - [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]