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-
You hosting company probably has magic quotes turned on - http://php.net/manual/en/security.magicquotes.php
You can't disable it in code, but Example 2 here shows a work around http://www.php.net/manual/en/security.magicquotes.disabling.php