Ver original$texto = str_replace("<","<",$_POST[comentarios]); $texto2 = str_replace(">",">",$texto); echo nl2br($texto2)."<br><br>"; $texto3=bbcode2html($texto2) echo nl2br($texto3);