Ok, im wanting to do something with bb code..
Would the PHP for it be like...
PHP Code:<?php
if(preg_match("[center]",$body) && preg_match("[/center]",$body))
{
preg_replace("[center]","<div align=\"center\">");
preg_replace("[/center]","</div>");
}
?>





Reply With Quote








