I've read all the posts on this topic. I'm trying to get the PHP_SELF to work. I have turned off register_global settings in my php.ini file.
This is the code I am using, but nothing is displayed when the page is accessed. What am I doing wrong?
<html>
<body>
<?php
ECHO $_SERVER['PHP_SELF'];
?>
</body>
</html>
I tried this ECHO $HTTP_SERVER_VARS["PHP_SELF"]; and it works, but i thought that $_SESSION would work also. This is what was displayed when it works /php/php.exe/selftest.php
I appreciate any help you can give me. I'm running Apache 1.3.14 and php 4.0.5