aqui , y me gustaria añadirle 1 opcion ( los otros bbcodes no consegui que me fuesen )
Código:
quiero añadir la opcion [ url= 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); }