Quote:
Originally Posted by Steve M
you need to make sure you have forumid='id of your forum so you need to have forumid='$_GET['id']'
|
He's not selecting threads for a certain forum, he is getting threads from all forums except the excluded ones.
The query looks fine although you may want to think about adding a LIMIT clause to limit the number of results returned, depending on what you are doing with the data.