Ver original$texto=ereg_replace("{b}","<b>",$texto);$texto=ereg_replace("{/b}","</b>",$texto); $texto=ereg_replace("{u}","<u>",$texto);$texto=ereg_replace("{/u}","</u>",$texto); $texto=ereg_replace("{i}","<i>",$texto);$texto=ereg_replace("{/i}","</i>",$texto);