![]() |
|
|
+ Search |
![]()
|
Apr 23rd, 2000 17:21
Espen Holje, Chris N,
If I understand your question, you mean "how to correcly display text formatted with HTML-tags from a database"? If so, you can just load the HTML-code from your db and print it to a form with a textarea box with the command: htmlspecialchars($textblob); This function will convert all special HTML characters.