CGI / Database Demonstrate a working program that uses both CGI and your (mySQL) database. Typically the program would have a browser front end (a form) into which you enter data. After sending it to your server, your CGI program will process the data, entering it into the tables (or a table) in your database. After entering several sets of data, use a CGI program to display the data that is stored in your database. For instance, order a product. Key in the customer name and date, and a description of the product. Store it in the database. Later, key in the customer name and date, and retrieve the previous order information. These are just examples. You can do it that way or do something else, as long as you prove that your server is running CGI, and your CGI is using the database, and the whole thing is working properly.