I'm trying to insert HTML code into my MySQL table to be displayed later.
MySQL table is a TEXT type, collation is UTF8_unicode_ci
I wrote a simple PHP script that allows me to enter the HTML code into a standard HTML form TEXTAREA box....the code is then passed with the POST technique to...