Congrats! You should now be able to access a custom database through your website.

In short, we needed to:

  1. Create a new MySQL database with cPanel and phpMyAdmin
  2. Write a form in HTML
  3. Write PHP for inserting data to DB
  4. Write PHP for fetching data from DB

During this, we also wrote down all of the essential information about the database to a text file. Having the info somewhere cleanly and organized will help you come back to it in the future.

1

2

3

4