|
select forum.forumid, forum.title, thread.threadid, thread.forumid, post.postid, post.threadid, post.title from forum, thread, post where post.threadid = thread.threadid and thread.forumid = forum.forumid and post.postid = 'ID_HERE';
that what you need?
that might be wrong, ugh. ill test it again.
|