Hi Uday, Thanks a lot dude.... It works.... Thanks a ton... Rgrds, Ramesh To: php-objects@xxxxxxxxxxxxxxxxxxx: udayakumaar@xxxxxxxxxxxxx: Wed, 16 Jul 2008 15:40:59 +0530Subject: Re: Storing & Displaying problem Hi Ramesh Babu,Storing:When you go to store the content in the MySQL from FCKEditor then use the following in your insert/update query:htmlspecialchars(addslashes($_POST['<fckeditor field_name>']))Retrieving:When you go to retrieve the content from the MySQL and display that in the page then use the following:echo html_entity_decode(stripslashes($rows['<row_name>']));You don't store the html tags in the MySQL editor as it is. So use the above ways for storing and retrieving. This is a good method. You won't get any problem while using these ways.Bye.Thanks & RegardsUdayakumar SarangapaniSr. PHP DeveloperCompIndia Infotech Pvt. Ltd.Chennai."Science is nothing but logic..."----- Original Message ----From: Ramesh Babu <contactrameshbabu@xxxxxxxxx>To: php-objects@xxxxxxxxxxxxxxxxxxx: Wednesday, 16 July, 2008 1:47:45 PMSubject: Storing & Displaying problemHi Dudes,Am using FCKeditor & when i try to save the content into DB, the content is getting stored as <p>asdnmbsdfm nbsdnmbfsdnmbmns dbfmsdnbsdnmbsdf nmbsdfnm& lt;/p>am expecting that to get stored as <p>asdnmbsdfmnbsdnm bfsdnmbmnsdbfmsd nbsdnmbsdfnmbsdf nm</p>how to solve this?suppose if it cannot be solved, how to display while retrieving it from DB.after retrieving & while displaying in a page its showing as <p>asdnmbsdfmnbsdnm bfsdnmbmnsdbfmsd nbsdnmbsdfnmbsdf nm</p>and not as asdnmbsdfmnbsdnmbfs dnmbmnsdbfmsdnbs dnmbsdfnmbsdfnmI tried with htmlspecialchars( ), but its not working. is there any other function available to convert?Thanks in advanceRgrdsRamesh____________ _________ _________ _________ _________ _________ _Wish to Marry Now? Click Here to Register FREEhttp://www.shaadi. com/registration /user/index. php?ptnr= mhottag[Non-text portions of this message have been removed]Bring your gang together. Do your thing. Find your favourite Yahoo! group at http://in.promos.yahoo.com/groups/[Non-text portions of this message have been removed] _________________________________________________________________ Wish to Marry Now? Join Shaadi.com FREE! http://www.shaadi.com/registration/user/index.php?ptnr=mhottag [Non-text portions of this message have been removed]