Ok, I'm installing a script, I was given an instruction to:
set global_vars to on
I can't seem to find anything about global_vars in php. Is global_vars the same as
register_globals ?
I asked my host to set global_vars to on, but they told me they only know register_globals.

Help!