I am using PHP 4.0.2, MySQL 3.23.24, Apache 1.3.12, and Windows NT 4 SP6.
When in a PHP file, $php_self does not return a value. Also, variables set by the "post" method are not getting set. IE, If I linked to a file like this "http://localhost/post.php?dope=yes" and then in "post.php" have the code: "<?php echo $dope ?>", nothing gets echoed.
I am hoping this is caused by some simple configuration parameter that I overlooked.
Any help would be GREATLY appreciated.