Unit 7

  • Create a List request form. This form should allow the user to request to see ‘all records’ or ‘only records from __ state’
  • When the request from is submitted a PHP program will go thru the following steps:
    • Connect to the Database and Table
    • Form the Query Request string
    • Execute the Query
    • If data is returned, retrieve the records into an array
      • Loop thru the array and display the following data
        • Last Name, First Name, Area Code, Phone Number
    • Close the DB connection
  • Provide a link back to the List Request form and to the Telephone Contact Entry form
  • The request and response page should share the color, font, background and link colors with other pages in this application
 

Add Contact