Found problem, had to turn the following to on in the php.ini file
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
Type: Posts; User: christie
Found problem, had to turn the following to on in the php.ini file
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
Hi all, have a problem with some code. We use phpmailer and as from last week when php was updated on the bluehost server to 5.2.17, backslashes are being added in front of all quote marks. See:<div...