12-02-2008, 02:47 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Oct 2008
Posts: 18
Thanks: 0
|
join 3 table?
Hi, to keep things simple I have 3 table..
user
id, username
blog
id, blog_post, user_id
blog_comment
id, blog_id
With blog_id in the blog_comment, i wan to retrieve the username, how do i do it?.. (I need the query string)
Thanks
|
|
|
|