Where can I find resources on database design?

They have: 2 posts

Joined: Mar 2000

Topic shoudl say it all

I'm looking preferably for message forums and examples, trying to get a design for a message forum (making it in PHP).

Thanks!

They have: 334 posts

Joined: Dec 1999

If you have any sort of familiarity with PHP and MySQL, the easiest way to do it is to hack an existing freeware forum script. A forum is probably a little too difficult to tackle from scratch as a beginning project. But if you take apart an existing forum (especially a well-commented one), you should be able to follow along and get a good overview of what types of variables and information are stored in the DB, how to store that info and how to retrieve it. Then you should be able to hack various aspects to make it look and perform like you want it to.

Start at: http://www.hotscripts.com/PHP/Scripts_and_Programs/Discussion_Boards/

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.