you can do register global off by modifying php.ini, if you do not have access to php.ini then you can do that from .htaccess file by writing this line
Code:
php_flag register_globals off
__________________
Windows and linux hosting at http://www.ewebguru.com
Get $50 per blog post PM me for details.
There are two ways, either of them should work depending upon on hosting environment. If you get 500 Internal Server error after adding that to .htaccess. Ty the Method below