Shane
Shane

Reputation: 1603

php adodb and fckeditor

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.

Upvotes: 0

Views: 92

Answers (1)

Jon
Jon

Reputation: 437744

Well, is the data in $_POST['FCKeditor1'] "correct" in the first place? Maybe the problem is related to magic_quotes_gpc being on?

Upvotes: 1

Related Questions