I've recently switched to using php -> adodb library and quite like it, however I've noticed a problem with using it with FCK editor.
It appears that when putting content into FCK somewhere it's adding in \""\"\ everywhere and making a right mess...
Has anyone else expreinced this.
I'm not entirley sure if it's FCK or the adodb library - but I need to sort this out before progressing on..
Any help much apprecitaed.
Well, is the data in $_POST['FCKeditor1']
"correct" in the first place? Maybe the problem is related to magic_quotes_gpc
being on?