Invalid SQL: INSERT INTO thread(threadid, title, lastpost, forumid, open, replycount, postusername, postuserid, lastposter, dateline,iconid, visible, attach, similar) VALUES (NULL,'TEST user','1083501486','42','1','0','RegSystem','23','RegSystem','1083501486','1','1','0') mysql error: Column count doesn't match value count at row 1 mysql error number: 1136
$forumid = 42; $postusername = "RegSystem"; $bbuserinfo[userid] = "23"; $iconid = "1"; $visible = "1";
Select * from thread limit 1;