'register_globals' is a PHP Directive. This is no longer being used in the newer version of PHP and therefore has been deprecated. For more info about this directive, click here.
For security reasons, we have disabled "register_globals" at the server level. However, if your script still needs it, you can enable it yourself for your individual hosting account. To enable it, add the following line of code to file /public_html/.htaccess :
php_flag register_globals on
NOTE: The above trick works ONLY with PHP-5 and does NOT work if you are using PHP-4. By default, all our servers run PHP-5. To know about how to switch between PHP-4 & PHP-5, click here.
Most Popular Articles
Can I switch between PHP-4 and PHP-5?
Yes, you can easily switch between PHP-4 & PHP-5 anytime you wish. To see how, see the...
What's the Hostname & Port for MySQL?
When configuring any of your scripts on the server, use the following connection info to...
Do you support GD & ImageMagick?
Yes, we do support GD & ImageMagick modules.The module-binaries are located in under this...
Do you have Linux or Windows servers?
All servers at GigaPros run on CentOS Linux. All servers use high performance Intel(R) Xeon(R) 24...
How do I create an Addon Domain?
An Addon Domain is similar to a subdomain and created in much the same way. An Addon Domain has...