I am using TinyMCE textarea. Which will be formatted text
How I can insert that formatted text into table (database) as well as print value that I have inserted (formatted text) ?
mysql_query("insert into emailtemplates (name, messagebody, status) values('".$_POST['frmname']."', '".$_POST['content']."', $status)")
where $_POST is my textarea