07-02-2008, 02:36 PM
|
#4 (permalink)
|
|
The Acquainted
Join Date: May 2008
Posts: 175
Thanks: 9
|
lol. Well, we need to know what you want to do. If i were to put an extremly basic setup on my site for a forum system, I would have it like the following:
forums:
forum_id, forum_name, forum_description, forum_lastpost, forum_lastpost_author_id, forum_order, forum_active
forum_posts
post_id, forum_id, post_title, post_content, post_created, post_updated, post_author_id
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
|
|
|