I have just jumped head first into PHP this month, and am loving every minute of it. I would like to create a MySQL database forum using php, but I am unsure how to structure it:
Should I create a new table in my 'forum' database for every new topic? This would mean that each row in the table would be a thread within that parent topic (table).
Is this a bad way of managing a forum, or does php allow for a more practical way? I am unsure of the downsides to having a massive amount of tables in a database. Bare with me, I'm a total rookie! Any help is much appreciated.
Devin