$bb_replace2 = array ('/(\[[quote]\])(.+)(\[\/[quote]\])/');
$bb_replacements2 = array ('<div class="quote">\\2"</div>');
$newrepbody = preg_replace($bb_replace2, $bb_replacements2, $newrepbody);
print $newrepbody;
Edited by Hip Hop Artist, 13 September 2007 - 04:09 PM.
