Ops …
Oh no ! It happend again !!
The sysadmin turned on the gpc_magic_quotes and you got the DB full of \'
Here a fast way to get back the correct values.
UPDATE table_name SET field_name = REPLACE(field_name,'\"',"")
Oh no ! It happend again !!
The sysadmin turned on the gpc_magic_quotes and you got the DB full of \'
Here a fast way to get back the correct values.
UPDATE table_name SET field_name = REPLACE(field_name,'\"',"")