Forum Moderators: coopster
register_globals = Off
But when I run phpinfo() it still says ON?
This cant be an impossible situation. Any suggestions.
Cheers
Have a look at ini_set() [php.net] and other ini related functions on the left menu of that page. Nice stuff if you don't want to change things permanently. Especially useful is get_ini() to check the current setting.
T