Forum Moderators: coopster
I use $_POST variables to process forms. I just pushed some code to a client's server. Their server does not have $_POST,$_GET, etc variables defined. Only the old $HTTP_POST_VARS, $HTTP_GET_VARS, etc variables are present.
phptest.php shows they are running PHP Version 4.0.4pl1 on Linux with Apache.
Is there a configuration setting to 'turn on' these variables? Is their version of PHP too old?
Thanks in advance!