How to enable register_globals

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.

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How to check PHP version and configuration

Phpinfo() function is commonly used to check the current state of PHP configuration. It can also...

How to use PHP Selector

In some cases correct functioning of your website depends on PHP version installed on the...

How to switch PHP version on shared servers

Our shared servers are set up to allow each customer to choose the PHP version to use for the...

SuPHP directive for php.ini on shared servers

SuPHP (Single user PHP) is a php handler, which executes PHP scripts with the permissions of...

How to switch PHP version on business servers

Our business servers are running with FSGI module and have PHP 5.2, 5.3, 5.4, 5.5 versions...

Powered by WHMCompleteSolution