Home
Guides & FAQ
PHP configuration
To access the advanced settings section click this icon in the control panel:
Note: it may take up to 15 minutes before changes take effect.
PHP error messages
By default error messages are not shown in PHP applications. Click "On" and then "Update", if you want the error messages to appear on your webpage; else click "Off" and then "Update".
PHP - Register globals
Register Globals is set to ’off’ by default. If set to ’on’, your PHP code will receive variables from HTML forms, without requesting them through a PHP variable request e.g. $_GET and $_POST. If you want to enable Register Globals, click "On" and click "Update" if not, click "Off" and then "Update".