* Thus wrote Jason Giangrande ([EMAIL PROTECTED]):
> When registered globals is set to off this does not effect the $PHP_SELF
> variable right?  In other words I should be able to call $PHP_SELF with
> out having to do this $_SERVER['PHP_SELF'], right?

> 
register_globals has nothing to do with $PHP_SELF, and no it can't be
used with out either global or using $_SERVER



Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to