What is the best way to "Structure" a forum? I currently have it so that the sections are the DB's, the different threads are the table, and the posts are the rows. Is there a better way to do this, or is this a good method?
What is the best way to "Structure" a forum? I currently have it so that the sections are the DB's, the different threads are the table, and the posts are the rows. Is there a better way to do this, or is this a good method?
--Jas
function GreatMinds(){ return "Think Like Jas"; }
Probably would be better to do it in one database and then seperate tables for each item; such as the following structure:
- Database: forum
- Table: forums
- Table: threads
- Table: posts
- Table: pm
- Table: users
Then link between the tables using unique IDs (if that makes sense).
Anyways, Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Bookmarks