I am using php and trying save some html contents in mysql database. the html content is generating by ckeditor. The content is something like this-
When you fetch it from the database you need to run a stripslashes() on the HTML string. Right?