SELECT x.post_subject as title, p.post_id as id, f.forum_id, t.topic_title as more FROM phpbb_topics t, phpbb_forums f, phpbb_posts p, phpbb_posts_text x WHERE t.topic_id = p.topic_id AND f.forum_id = t.forum_id AND p.post_id = x.post_id ORDER BY p.post_id DESC LIMIT 3