toDB($_POST['content']); e107::getBB()->setClass($_SESSION['media_category']); echo $tp->toHtml(str_replace("\n","",$content), true); e107::getBB()->clearClass(); } if($_POST['mode'] == 'tobbcode') { //echo $_POST['content']; $content = stripslashes($_POST['content']); echo e107::getBB()->htmltoBBcode($content); } ?>