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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -