Quote:
Originally posted by nokia8860
PHP Code:
SELECT * FROM thread LEFT JOIN poll ON (poll.pollid=thread.pollid) WHERE thread.visible=1 AND thread.open<>10 $iforumperms ORDER BY thread.pollid DESC LIMIT 1
did i do this right cuz the poll isnt showing.
|
yes you did..
i think its due to
[code]
$ipollperms = 'AND postuserid=' . implode(' OR postuserid=', array(1, 2, 3));
[\code]
wish i could help Teck... i dont know php that well tho