vijayjoshi.org - php | javascript | ajax | and all things web

Archive for June, 2009

PHP – Turn register globals on off using htaccess

June 5th, 2009 | Posted by Vijay Joshi | 1 Comment
Problem: My application is hosted on a server where php has register_globals set to on in php.ini. But using register_globals = on makes code error prone and is dangerous to use. I ...