ni_set() happens a long time after register_globals has done its evil deed. The best way to turn off register_globals in a shared environment is to use "php_value register_globals 0" in your .htaccess.
Ops , this only works when you are using PHP installed as Apache module ;)







Bookmarks