| Re: PHP Magic quotes -
15/02/2007, 7:07 PM
There are functions within php to manipulate this kind of data.
You may like to look at
addslashes()
stripslashes()
Magic quotes are the spawn of satan in my humble opinion. That aside turning them on can cause problems for applications that are written for them to be off. |