any way to exclude usenet forums for just this search?
something like:
where forumid !=
how would i go about putting it in this query?
edit: that was stupid make this your query to exclude a forum:
$replysql =" AND ((thread.replycount=0) OR (thread.replycount=1 AND thread.lastposter=thread.postusername)) AND forumid !=#";
where # is the number of your usenetforum
|