Textbook Readings

In this MySQL and PHP tutorial from the textbook, chapter 4,5, and 9 were assigned to read. The examples from each chapter were followed as I read through each chapter. In chapter 4 and 5, the textbook covered the basis of SQL/ MySQL and introduction to the syntax. These chapters covered SQL functions/statements and how the syntax operates. Chapter 4 was more of a review to SQL and chapter 5 provided more of a "hands on" introduction to MySQL. Chapter 9 covered how to connect PHP to the MySQL database and execute simple queries as well as retrieve query results. This chapter is one of the most important chapters in the book because it combines components of PHP, SQL, and MySQL.


Below are screenshots of the examples followed in the book. The links of the live websites are also included below.


The image below is a screenshot of the register users example from the textbook.

Here is the live website to Register Users.

The image below is a screenshot of the change password example from the textbook.

Here is the live website to Change Passwords.

The image below is a screenshot of the view users example from the textbook.

Here is the live website to View Users.

Here is the Homepage.