Find where the original BBCOdes are, use Preg_Replace to change them.
I can't give to many details, as I find it extremely hard to explain.
Look up preg_replace at www.php.net.
Check for like
CODE
$thing
and change to <table><tr><td>$thing</td></tr></table>.
It's simple once you know how to use the function.