I am using Codeigniter with MySQL database. What the script does is it takes some HTML code containing the HTML tags, insert them into the database and then retrieves the HTML code later in time.
Problem: I notice that all HTML tags, upon selecting rows from MySQL tables, are missing with the exception of <br />
Is Codeigniter/MySQL removing the HTML tags somewhere between retrieving the code, passing it from controller to model, and the model inserting the HTML code into a MySQL table column? How can I prevent it from removing HTML tags for just this specific situation?
It sounds like an issue with the initial insertion via a text editor.
Source: http://codeigniter.com/forums/viewthread/196303/