Building on the database and table you created in Module 14, you will be creating a form to add records to the database (phonebook_add.php), a script to do the work of adding the record (phonebook_add_save.php), and a third page that will display all of the records in the phonebook (phonebook_show.php). This third page will end up being the "main" page of your phonebook. This is how the relationship between the pages will work, along with their titles:
Please submit your form as a screenshot, and your other two files as php files.