make php.ini file and put in a folder and put this single line in it
Code:
register_globals = on
PS: scripts that request register_globals in order to run might not be safe (in terms of hacker safe), so take care.
PPS: are you maybee installing Joomla?