This video is part of a video playlist where I cover using PHP with MySQL/MariaDB:
https://www.youtube.com/playlist?list=PLyp-1WQY32mNh0hbUHTJgZ0s_WoMtVY1G
In this video, I cover an additional learning on the following topics:
1. Creating the head and body of an HTML pages.
2. Adding a PHP placeholder where an HTML table is going to be placed.
3. Decclaring variables.
4. Importing the database connection file.
5. Creating and executing a query using PHP.
6. Looping through the results of the query.
7. Building an HTML table with the results that fill the previously defined placeholder.
Addtionally, I cover creating and add to a total variable to display a total row.