|
Thanks for the quick reply as usual, Chuck. As suspected, a recent server upgrade had changed the "magic_quotes_gpc" setting to "on" in php.ini. I have edited php.ini as follows, and now the backslashes are no longer being inserted.
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
|