How to: Manage PHP variables

Click the Hosting Features menu item if it is not already open.
Click the Htaccess menu item.
Click the [ PHP Variables ] for the directory you’d like to manage.
For each option, there is an “Inherited” setting. When “Inherited” is selected, the PHP variable will inherit its value from the parent directory above. The displayed value shown next to the “Inherited” option is the value that will be used for that directory.
Adjust the PHP settings as desired.
Click the UPDATE button.
Available PHP Variables

Please see the PHP manual for more details about the following settings:

PHP Variable    Description
Magic Quotes GPC    Turns on or off the PHP ‘Magic Quotes GPC’ variable.
Register Globals    Turns on or off the PHP ‘Register Globals’ variable.
Include Path    Sets the PHP ‘Include Path’ variable for this directory and its subdirectories. Multiple paths are separated by a colon (“:”) character. For example: /first/path:/second/path:/third/path
Display Errors    Turns on or off the PHP ‘Display Errors’ variable.
Error Reporting    Sets the PHP ‘Error Reporting’ variable for this directory and its subdirectories.