Hey all, Linux RH 7.2 PHP 4.1.2 Apache 1.3.24
I'm having trouble with php and "POST" It doesn't seem to be allowing me to use the variables passed via POST. I've never had this problem on older version of php and apache. I have enabled register_globals in the php.ini. The documentation says that track-vars are enabled by default. But I cannot use passed variables. I can however print what was passed using... printf("%s", $HTTP_POST_VARS["name"]); That works fine, I'm just unable to just call $name. The php code does work as it is currently running on a RH 7.1 box with Apache 1.3.20 and php 4.0.6. I really don't want to have to rewrite the code to use $HTTP_POST_VARS[] :( Are there some configurations that I'm missing with the new version of php? or maybe even apache? Thanx Dave -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php