I am using ckeditor on a textarea, the html source code of the text entered in the textarea is saved in the database, but for an image, the src is added with extra double quotes....this stops the image from being visible on the page...what to do please help. I am using :
mysql_real_einski_string($TextAreaSourceCode);
Please help, how to remove the extra quotes added in the img src element.