|
Search:
Advanced search
|
Browse by category:
|
Glossary |
How to enable register globals |
||||
Create a php.ini file in your public_html folder.
Insert the following into the file: register_globals = 1 Or if your host allows .htaccess files. 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. |
||||
Powered by
KnowledgebasePublisher (Knowledgebase software)

