Okay, I plan on making a psuedo portal for one of my forums in my collection of forums. Rather than posting tons of small questions I'll just use this thread
1. To convert bb code to HTML, what do I do? Something along the lines of this?
PHP Code:
require('forums/admin/functions.php');
$stuff = bbparsecode($bbcode);
echo $stuff;
But it's more complicated than that...right?