PDA

View Full Version : Text formatted


pavmoxo
04-20-2006, 12:47 PM
It is possible to write text in a textarea, convert in HTML and insert in a mysql DB, to show it later accurately as it was in the "editor"?

guelphdad
04-20-2006, 01:29 PM
You would have to use something to insert the html otherwise it won't format when it comes back out of your database.

pavmoxo
04-20-2006, 01:54 PM
Any suggestion?

guelphdad
04-20-2006, 08:18 PM
Have a look at htmlentities (http://ca3.php.net/manual/en/function.htmlentities.php) in the php manual. there is also other info on decoding linked on that page.