Congrats! You should now be able to access a custom database through your website.
In short, we needed to:
- Create a new MySQL database with cPanel and phpMyAdmin
- Write a form in HTML
- Write PHP for inserting data to DB
- 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.