Hi everybody,
I want to make a forum somehow similar to Daniweb. My forum also has different categories like academic, social, sell, etc. So, how should I correctly design the database?
I wanted to create different databases for each category, for example database named "Social", and then create a new table for each new thread in this database and the created table (thread) will contain columns like "replier_name", "date", "text". However, i don't think this is the optimal way of designing the database...
Thnx