Yamaha32088 Posted February 28, 2008 Share Posted February 28, 2008 I am new to mysql and php i need help doing something I'm sure is fairly simple. Maybe I am not going about it the right way? Basically I am gonna have several hundred if not thousands of mini info pages (IE) Company1 Phone Website(link) Brief Description Photos The above would basically repeated for every company on a seperate page integrated to the look and feel of my website. I would like to know how i would setup the database to accomplish this or if a database is even the way to go with. Thanks for any help given Quote Link to comment Share on other sites More sharing options...
trq Posted February 28, 2008 Share Posted February 28, 2008 This short (half hour read) tutorial should explain the how's and why's of database normalization. From there you will easilly be able to design a simple schema to store this data in. And yes, I believe a database is ideal for storing such data. Quote Link to comment Share on other sites More sharing options...
fenway Posted February 28, 2008 Share Posted February 28, 2008 There are stickies, too. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.