select post.*, forum.forum_title from posts inner join thread on thread.threadid = post.threadid inner join forum on forum.forumid = thread.forumid where postid = 10