Using the register_globals directive
When the register_globals feature is enabled, PHP automatically creates variables corresponding to HTML form parameters and cookie data. To enable or disable the register_globals feature, follow these steps:- Log in to your account using SSH.
- Use a text editor to modify the .htaccess file as follows:
- To enable the register_globals feature, add the following line:
- To disable the register_globals feature, add the following line:
- To enable the register_globals feature, add the following line:
- Save the changes to the .htaccess file and exit the text editor.
- To verify that the new setting is active, create a PHP test file that contains the following code in the same directory where the .htaccess file is located:
- Load the test file in your web browser, and then search for the name of the directive. The Local Value column should display the new setting that you specified in the .htaccess file.
More information
- To view a complete list of PHP directives, please visit http://www.php.net/manual/en/ini.list.php.
- For more information about the register_globals directive, please visit http://www.php.net/manual/en/ini.core.php#ini.register-globals.