i have some text in HTML format ..i just want to store HTML text in database and retrive and display them as a HTML ...
eelixduppy
2:11 pm on Jul 18, 2006 (gmt 0)
You are going to have to convert the text to its html entities [us2.php.net] and then insert it into a database [webmasterworld.com]. When you retrieve the text and echo it, it will display as HTML.