Create a file called php.ini on your computer
Add following line in php.ini to enable register_globals
php_flag register_globals on
Upload the php.ini file to public_html folder and any other related sub folder.
Create a file called php.ini on your computer
Add following line in php.ini to enable register_globals
php_flag register_globals on
Upload the php.ini file to public_html folder and any other related sub folder.