.
Database Table structure for a ForumI am in process to create a
PHP mini database class. A general php add-on for flat file data storage.
To test my new mini database class I will now
write a miniforum application.
Will be first forum script I write.
Question:
What is a nice database structure setup for a forum?I was thinking of having at least 4 tables:
members, forums, threads, postsColumns for table
posts could be:
id, date, poster, topic, messageI want it to be clean and simple, but still should work good and be easy to handle data in pages.
What to consider?? Any suggestions??
halojoy
This post has been edited by halojoy on Jun 9 2005, 09:50 AM
... i make php ... i make it good