i told you already simply put this in a file called .htaccess:
php_value register_globals 0
save that little bit of text as .htaccess and put the file in the folder where your php scripts are that you want register_globals = Off
btw, don't you have access to your php.ini, it would be easier to turn it on and leave it on there, .htaccess can slow things down quite a bit sometimes