Re: [PHP] Re: Help with a UBB Code style parser...

2003-06-11 Thread Leif K-Brooks
Even better, try my BBCode class. Much more flexible. http://www.phpclasses.org/browse.html/package/951.html Manuel Lemos wrote: Hello, You may want to try this class: Class: UBBCode http://www.phpclasses.org/ubb -- The above message is encrypted with double rot13 encoding. Any unauthorized

[PHP] Re: Help with a UBB Code style parser...

2003-06-11 Thread Manuel Lemos
Hello, On 06/11/2003 08:49 AM, Bix wrote: Hi all... I already have a bbcode style parser for my content ie: $output = str_replace("[b]",'',$output); $output = str_replace("[/b]",'',$output); $output = str_replace("[i]",'',$output); $output = str_replace("[/i]",'',$output); $output = str_replace(