hi
i have this proplem:
Parse error: parse error, unexpected ')' in /home/forumcom/public_html/newthread.php on line 228
here is line 228:
PHP Code:
$DB_site->query("INSERT INTO thread (threadid,title,lastpost,forumid,open,replycount,postusername,postuserid,lastposter,dateline,iconid,visible,attach,hellban) VALUES (NULL,'".$subject))."','".time()."','$forumid','1','0','".$postusername)."','$bbuserinfo[userid]','".$postusername)."','".time()."','$iconid','$visible','$attachcount','$bbuserinfo[userid]')");