Perhaps not strictly a php question - but I can't find anything on this and thought you guys might be able to help.
I am using a CMS which has FCKeditor built into it. Just recently (I didn't change the configuraation or server or anything) its started escaping all my code meaning the page won't function properly. ie if I try to code a link then it saves as something like
<a href=\\\"page.html\\\"
I have been through my php escaping strings and slashes - and have also been through fckconfig.js but it keeps doing this. Any ideas?