The forum operates in read-only mode. Please head to StackOverflow for support.
If you are using PHP to submit, the issue is with PHP not CKeditor. http://ckeditor.com/comment/66246#comment-66246
file_put_contents($filename, stripslashes($data));
It solved my problem.
PHP escaping double quotes in HTML from CKeditor
If you are using PHP to submit, the issue is with PHP not CKeditor.
http://ckeditor.com/comment/66246#comment-66246
file_put_contents($filename, stripslashes($data));
It solved my problem.