Heh, another careless mistake..
PHP Code:
if ($forumid==47) {
$DB_site->query("UPDATE thread SET articleid=$postid WHERE threadid=$threadid");
}
The real number was not 47 but 74.
Thanks once again for the help
I have another question ^_^ Anyway to import a poll of some sort, like how vbindex has one. I'm not too sure myself of how to make one, and I mean a poll that any visitor can submit to, not just members. Or maybe I could just take alook at the vbindex code....