Disable Magic Quotes

AA-00303

Please note on Premium Shared hosting all PHP options can be set using php.ini files. Magic Quotes is deprecated on 5.3 upwards.

If you currently have an existing php.ini file you are using then to disable Magic Quotes please either add the following line to an existing php.ini file:

magic_quotes_gpc = Off

Alternatively you can upload the attached php.ini file into the folder where you would like to disable Magic Quotes, please note you will need a copy of the php.ini file in the same folder as the script it needs to affect, it will not have a recursive effect on php scripts in any subfolders.