Database Table structure for a Forum
I 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:

I was thinking of having at least 4 tables: members, forums, threads, posts
Columns for table posts could be:
id, date, poster, topic, message
I 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

Archived topic from Iceteks, old topic ID:3389, old post ID:27321