Hello,
Here we go again ;)

[EMAIL PROTECTED] (Jeff McKeon) wrote
> I've just published a new website and something is wrong.  I suspect the
> PHP.ini on the server but I can't seem to find anything.

register_globals is on off. Which is a good idea, keep it there!


> On the dev server "ECHO $PHP_SELF" seems to work but not on the
> production one.  Any ideas what I've missed?

http://nl2.php.net/manual/en/reserved.variables.php#reserved.variables.serv
er

echo $_SERVER['PHP_SELF'];

Paul

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to