Description

    • 9(a) Create a table and write a PHP script to output/show the contents of the database on a web page.
    • 9(b) Output the contents of your database in a formatted table
    • 9(c) Create a form that will allow a user to add a value to the database table you created
    • 9 (d) Implement a form that will allow the user to search for a record (or records) in your table and display those records in an HTML table
    • 9(e) Implement a form that will allow the user to search for and delete a record from your database table
    • 9 (f) Implement a menu form that will allow the user to select from the options of Adding a record, Searching for a record, or Deleting a record from your table