I just took over the website at work. I am still learning PHP.
Register_global s are on and the script appears to be coded to take
advantage of this. I know how to recode the script, but am unsure how
to turn them off when I am done. I have googled and came up with
placing
php_flag register_global s off
in the .htaccess file.
I did this without recoding the script and the script still worked, so
I am assuming I did not turn them off. Please help.
Thanks,
Peter
Register_global s are on and the script appears to be coded to take
advantage of this. I know how to recode the script, but am unsure how
to turn them off when I am done. I have googled and came up with
placing
php_flag register_global s off
in the .htaccess file.
I did this without recoding the script and the script still worked, so
I am assuming I did not turn them off. Please help.
Thanks,
Peter
Comment