Do you support the $HTTP_*_VARS variables

We do not guarantee that PHP scripts using theis older and insecure global variables will work with our service, and you should be using the modern equivalents:

Such variables include:
$HTTP_GET_VARS (should use $_GET)
$HTTP_COOKIE_VARS (should use $_COOKIE)
and $HTTP_POST_VARS (should use $_POST)

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Changing the Time Zone

Our servers have been set up with the Time Zone as Newfoundland Dynamic Time (NDT). You can...

Turning on register_globals

We do not support turning on register_globals. As documented by the PHP developers, using...

PHP 4 or 5 installed?

You can use the "Select PHP version" feature inside the applicable cPanel account for your...

Seeing a blank page or unusual behaviour?

If you are seeing a blank page or unusual behaviour, it is likely that there is an error in your...