Forum Moderators: coopster

Message Too Old, No Replies

storing some html text in database & display them

storing some html text in database & display them

         

vivek avasthi

1:06 pm on Jul 18, 2006 (gmt 0)

10+ Year Member



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.

Good luck!