bueno ya se que ahi muchos bbcodes en el foro pero no encontre este
aqui , y me gustaria añadirle 1 opcion ( los otros bbcodes no consegui que me fuesen )
Código:
function bbparse($mensaje) {
$bbcode = array();
$xhtml = array();
$bbcode[] = ""; $xhtml[] = "<em>";
$bbcode[] = ""; $xhtml[] = "</em>";
$bbcode[] = ""; $xhtml[] = "<center>";
$bbcode[] = ""; $xhtml[] = "</center>";
$bbcode[] = ""; $xhtml[] = "<strong>";
$bbcode[] = ""; $xhtml[] = "</strong>";
$bbcode[] = "[img]"; $xhtml[] = "<img src='";
$bbcode[] = "[/img]"; $xhtml[] = "' />";
return str_replace($bbcode,$xhtml,$mensaje);
}
quiero añadir la opcion [ url=