Hi,
I'm trying to enable the register_globals option
I'm using a virtual host in the apache configuration file
when i'm calling phpinfo() from the localhost register_globals is enabled in master and local value
but when I'm calling it from the virtual host only the master value is enabled, so I can't use the $PHP_SELF constant in this case
what can I do ?
Thanks
Bye
Greg