this does not work...
echo $_SERVER['PHP_SELF'];
but this does...
echo $PHP_SELF;
try doing a print_r on $SERVER ie
print_r($_SERVER);
What version of php are you running?
If it's pre 4.1.0 try
print_r($HTTP_SERVER_VARS);
HTH Bubble
thnx, it is pre 4.1