Hi
My PHP doesn't set the PHP_SELF variable (neither $PHP_SELF nor $SERVER['PHP_SELF']). phpinfo() returns "no value". print_r($SERVER) simply returns nothing.
ALL other _SERVER vars work fine!
I'm running PHP 4.3.1 as CGI on Suse 7.2 and Apache 1.3.19.
Any ideas?
Uli