Click to See Complete Forum and Search --> : $_server['php_self']


ulimue
02-19-2003, 04:59 PM
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