I have some data enclosed in HTML tags. I want to insert this data into a database table as plain text, without the HTML tags in it.
Could you please provide any MySQL code that will remove the HTML tags, either when inserting the data, or when retrieving the data.
The insertion and retrieval of the data occurs from a JSP page.