Sunday, November 26, 2017

Lab 7: Web-based Database Manipulation

Objectives:
  1. Connect MySQL using PHP.
  2. Retrieve and display data from MySQL using PHP and HTML.
  3. Input Data to MySQL using PHP and HTML form.
Instructions:
  1. This lab is based-on the students table from the previous lab.
  2. Download the slides from the link(updated).
  3. Perform all the exercises in the slides
* The previous slides have some issue on the database connection slides. Please update your slide to the latest one.
*Slides 23 updated on 28 Nov 2017, the method for the form is changed from "post" to "get". This will overcome the error for later lab exercise.