"Jason Giangrande" <jasongiangrande.org> wrote in message
news:1058987969.29509.10.cameldragon.giangrande.o rg...I would assume that if you turned register_globals off $PHP_SELF will no> 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
longer be available. Course you can always extract($_SERVER); if you want
the effect of register_globals inside your script without turning the
feature on globally.
- Kevin
Bookmarks