Hmm, there is one problem I am having with the script though, I dont know how to select the latest poll thread from a particular forum.
I want the threadid of the latest poll in forumid x. I have tried this, but I know it isnt quite right, any chance you can spot what is wrong? (I am a PHP novice!):
PHP Code:
$threadid = mysql_query("SELECT threadid FROM thread WHERE pollid >1 AND forumid = 2 ORDER BY date DESC 1");