- Impact
- 3
Check out this BBCode class I've created here. It can parse simple BBCode and other things, such as smilies and bad words.
It's fully PHP, created on a PHP4 server, so it should work fine on standard hosts.
To call it, you simply say something to the effect of:
This will parse everthing.
This is a code to learn from and make use of, but please do not redistribute it without permission from me.
Thanks,
Nick
It's fully PHP, created on a PHP4 server, so it should work fine on standard hosts.
To call it, you simply say something to the effect of:
Code:
$text = $bbc->parse($text);
This will parse everthing.
This is a code to learn from and make use of, but please do not redistribute it without permission from me.
Thanks,
Nick







