Quote:
Originally Posted by SpeedStreet
Here is what my HTML is outputting as:
PHP Code:
<H3 class=title>A Letter<
My code outputting this is:
PHP Code:
<?php
echo $row_rsNewsForum['pagetext'] = bbcodeparse($row_rsNewsForum['pagetext'],0,1,1,1);
?>
|
I'm digging through showthread, but I can't find how they parse both vbcode and htmlcode at the same time...
grr.