Module 15 - MySQL, Part 2

Topics in
this Module

Videos for Module 15 - MySQL, Part 2

There are no videos yet this term for this Module. Check back soon!

Activities for this Module

A15 - Adding Data to MySQL

The Challenge

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:The three pages described in the paragraph above

Submission Type

Please submit your form as a screenshot, and your other two files as php files.