Open up a simple text editor such as Notepad for Windows.
Paste in this line:
php_flag register_globals off
Save this file as "all files" giving it the extension .htaccess
Put the .htaccess file in the root directory
Use <?php phpinfo(); ?> to check that register_globals are off for your account.