uncleroxk
12-02-2008, 03:16 PM
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
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