08-21-2009, 11:27 PM
|
#4 (permalink)
|
|
The Contributor
Join Date: Jun 2009
Location: Seattle, WA
Posts: 76
Thanks: 1
|
just what Jaoude said...
...FROM forum_posts WHERE author_id = '$Author_id'
we are assuming forum_posts has the following fields
post_id //primary key
thread_id // foreign key linked to a table holding the thread title
author_id // foreign key linked to a table w/ author/usernames
post // body of that post.
|
|
|