I am using Tinymce wysiwig for entering new data into my database so I am sending the the text from the text area straight to Mysql DB and when I try to retrieve the data its coming out as raw html and its not being processed as html. This is because when its entered into the mysql its been converted by TinyMce to html special characters.
I need to filter the data so that it still remains with the same formatting like the boldness and head font styling etc.
How to filter the data from the $_POST['mytextarea'] to eneter it into my mysql DB?