Tagged Questions
2
votes
4answers
70 views
Encoding issue storing HTML in mySQL using PHP
I have built a CMS that allows HTML to be stored in a database. It all started off very simple. I displayed the HTML in a textarea using htmlspecialchars to prevent it from breaking the form. Then ...