On Wed, 2003-07-23 at 12:19, Jason Giangrande wrote:
> 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?
> 
> Thanks,
> Jason Giangrande

Without going into why you didn't read the manual or just try it, the
answer is 'wrong'. ;) If register_globals is off, $_SERVER['PHP_SELF']
is what you will need.


Good luck,

Torben


-- 
 Torben Wilson <[EMAIL PROTECTED]>                        +1.604.709.0506
 http://www.thebuttlesschaps.com          http://www.inflatableeye.com
 http://www.hybrid17.com                  http://www.themainonmain.com
 -----==== Boycott Starbucks!  http://www.haidabuckscafe.com ====-----




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

Reply via email to