I'm gonna make a small forum for a web site and this is my first time with php and mysql.
(have html/perl/++ experience)
Question is, roughly what should I include in the database.
My thoughts is:
one table with login/user/permissions/other user information
one table with topics and replies (dont think I need threads, expect many topics and few replies)
Should a database just include filenames for the text in topics/replies or should it include all the actual text in the topics/replies.
What are your suggestions ? 🙂