MySQL

This module focused on SQL, MySQL and database connection. MySQL, in particular, is an open source database management system. Many people use it to capture data from their websites as well as create tables and databases. It is known for its reliable service and being easy to use.

There were four assignments in this Module which consisted of textbook readings and online tutorials. In my opinion, the textbook examples helped me the most. Chapter 9 from "PHP and MySQL for Dynamic Web Sites" was the most valuable. It helped me visualize my work in a different way than the other assignments had and I got to see how MySQL is used in a "real" setting.

The application I built can register new users, view them, and change passwords. It also illustrates the relationship between PHP and MySQL. I have always wanted to know the "behind-the-scenes" of signing up for websites and I ended up making my own! Although it is a bit simple, it was one of my favorite projects because I thought it was fascinating. Below is a screenshot showing the form to register as a new user. I also included the link to my program.

Link to working code is here.