The time will eventually come when you
need to work with a database for a website or office data. Using a database
greatly enhances your ability to add and remove content, and all in all
it requires less work to set up.
Take an e-commerce website for example. With its many
items for sale, without the use of a database a separate web page would
have to be made for each item and you would have to modify each page or
make a new page every time you changed or added items.
With a database this is different; you can simply make a single page to view all of your items. You can also easily add a way to search for an item. When you need to change or add an item you simply login to a secure maintenance area of the web site and look up the item and change the price or add an item. No new web pages are needed since you use the same page over and over again to display all your items and that page changes dynamically.



Design...
Results...