View Single Post
Old April 28th, 2012, 03:52 PM   #3 (permalink)
rklug
Member
Verified Customer
 
Join Date: Jan 2009
Posts: 49
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
rklug is offline   Reply With Quote