Code: Select all
SELECT last_poster_name, last_poster_id, title, tid, forum_id, last_post FROM ibf_topics ORDER BY last_post DESC LIMIT 0,3Moderator: General Moderators
Code: Select all
SELECT last_poster_name, last_poster_id, title, tid, forum_id, last_post FROM ibf_topics ORDER BY last_post DESC LIMIT 0,3Code: Select all
WHERE forum_id != 5 AND forum_id != 15