php - Error inserting image in CKEditor -


i using ckeditor in php , trying store data ckeditor mysql table. when try store data works fine on localhost problem when put online.

i inserting path in ckeditor image tool , path www.xxx.com/myfolder/abc.jpg shows image in ckeditor when click on submit gives \"\" when try print variable.

try this, remove slashes add ckeditor fix issue,

stripslashes($_post['content']); 

Comments