Hi.
I'm writing an application that allows the user to enter HTML code snippets in a textarea form field, and store the code in a MySQL database.
Later, on one of the user's pages, the HTML needs to be retrieved from the database and rendered on the page.
This seems to work for many snippets of HTML, but when the code snippets involve table tags, the code doesn't get stored properly in the database.
Is there an easy solution for this?
Larry