BMW
2007-08-10 18:15:50 UTC
Warning: preg_replace(): Unknown modifier 'c' in /home/www/qgcomedyshow.awardspace.com/shout.php on line 35
this is lines 30-40:
$badwords = array(
"/fu[color=gray].[/color]ck/",
"/sh[color=gray].[/color]it/"
);
for ($i=1;$i
}
extract($_POST);
$errorMsg = "";
if($submit) {
if(!$name) $errorMsg.="You need to input a name!
";