Enable register_global through .htaccess
I would not recommend to enable register_globals, but if you need to enable the register_globals for a particular web folder, you can edit the .htaccess file and append the following to it php_flag register_globals on Restart apache and you are Continue reading Enable register_global through .htaccess