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
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(
2 matches
Mail list logo