View Single Post
  (#2 (permalink)) Old
Kieran Kieran is offline
Techie & Moderator
Kieran is on a distinguished road
 
Kieran's Avatar
 
Posts: 769
Join Date: Apr 2006
Location: Swindon, UK
Default Re: Disable Magic Quotes - 28/03/2008, 2:41 PM

That would be because php settings must be changed in a custom php.ini file

Create a php.ini file in the directory in which you wish to effect the change and then add the following line to it

Code:
magic_quotes_gpc=0
Reply With Quote