CS 334

PHP lab:


 

  • Create an online grocery store list in an html file.
  • Allow the customer to "purchase" several supermarket items.
  • Use forms to select both the item and the quantitiy.
  • Use a submit button that will send the "order" to a php file for processing.
  • In a seperate .php file to calculate and display order total.
  • Publish on a PHP supporting server.