This is a simplified example of a database integrated into a web site for a fictitious company called 'Widgets R Us'. There are three links below that enable you to view the site from different perspectives.
The first link is to the online order form. If you fill out the order form and submit it, the data will be stored in the database. You can even generate a sample confirmation e-mail to yourself.
The second link is to the order listing screen that allows the salespeople in the company to view their current orders. By specifying a salesperson and clicking on the 'Show Orders' button, you can see a listing of the existing orders for the specified salesperson. If you click on any of the resulting links, you will see the details of the order.
The third link is to the export screen that enables a Widget employee to download the orders from the website. When you specify which orders should be downloaded, a text file is created that can then be downloaded.