Help - HTML from Textarea to MySQL?

Hi all,

I’m trying to post text from a textarea with html tags to mysql using php but the html tags keeps getting converted. How can prevent this? should I be using some combination of escaping the text, htmlspecialchars, urlencoding? Please advise, any suggestions or recommendations would be greatly appreciated, thanks.