Support Center » Knowledgebase » PHP » How do I enable register_globals?



 How do I enable register_globals?
Solution
For security reasons, Kionic has register_globals disabled in all servers. If your script requires register_globals, please follow the following instructions:


1. Create a file named .htaccess
2. Open the .htaccess file and enter this line:

php_value register_globals 1


3. Save the .htaccess file and upload it to inside the folder which you requires register_globals to be turned on.
4. register_globals should now be turned on.





Article Details
Article ID: 56
Created On: Aug 27 2007 08:19 AM

 This answer was helpful  This answer was not helpful







home

Support
support center

// www.kionic.com / support center