Hi i am using htmlarea wswyg javascript editor and storing text with html tags .
When i do select a existing record the text comes unformatted even the record stored on the database contains html tags (<br>)
Is there any php function that can preserve these html tags ? htmlentities or htmlspecialchars?
If i save this record all the tags are gone
Thank“s in advance