You can turn on register_globals in your php.ini file. To do this, please create a php.ini file in the directory you need on register_globals to be turned on. Then add the following line to your php.ini file:
register_globals = On
Please note: php.ini file should be added to every directory and subdirectory where the changes required.