I have been using FCKeditor for some time now and I am running into a major problem.
I can paste code into the editor fine, but when I got back and edit FCKeditor turns everything into special characters. It seems that on POST, the editor coverts everything into these special characters.
It appears the data in the DB is fine, so when FCKeditor reads it from the table, it turns everything into these special characters.
Thanks in advance.
I can paste code into the editor fine, but when I got back and edit FCKeditor turns everything into special characters. It seems that on POST, the editor coverts everything into these special characters.
It appears the data in the DB is fine, so when FCKeditor reads it from the table, it turns everything into these special characters.
Thanks in advance.
Re: FCKeditor turns everything into special characters
I have fixed the issue, seems i used htmlspecialchars before i gave the editor the data...
You can close this thread...