在CKEditor

时间:2015-07-14 16:49:03

标签: php html mysql ckeditor

我在php中使用CKEditor,我想要做的是将数据从CKEditor存储到MySQL表。当我尝试存储数据时,它在localhost上工作正常,但问题是当我把它放在网上时。

我在图片工具的CKEditor中插入路径,路径就像 www.xxx.com/myfolder/abc.jpg 这显示了CKEditor中的图片,但是当当我尝试打印该变量时,点击提交它给出\"\"

1 个答案:

答案 0 :(得分:0)

试试这个,删除由CKeditor添加的反斜杠来解决这个问题,

stripslashes($_POST['content']);