In order to enable register global, you will need to edit the .htaccess file in your public_html folder on your hosting plan.
 
You will need to place to following within the file (make sure it's on it's own line)
 
php_value register_globals 1
 
You can edit this file by using the file manager in your cpanel, click on the file and from the right navigation you can select edit file.

Was this answer helpful? 2 Users Found This Useful (12 Votes)