cheers mate, fron the info Ive been given I think I need something along these lines,
Quote:
$invposts=$DB_site->query_first("SELECT COUNT(postid) AS posts FROM post LEFT JOIN thread USING (threadid) WHERE forumid=11 OR forumid=23 OR forumid=13 OR forumid=14 OR forumid=15 OR forumid=16 OR forumid=17 OR forumid=18 AND post.userid=$post['userid']");
|
can anyone fix this please?