Module 3- Textbook Readings

In module 3 I was assigned to read chapters 4, 5 and 9. (To view assignment details click here.)

On chapter 4 and 5 I learned about SQL and how it works; from functions to commands, to errors and creating a new database. The chapter reviews located at the end of each chapter really helped me organize my thougths and absorb what I had just read over and put to practice.

Chapter 9 covered how to use a database to build a PHP interface for interacting with the users table. The following example (found in the link below) was created using the basis for all PHP-MySQL Web applications. Under my example one can register a user and can see the rest of the users, displaying only their name and the date in which they were registered.

To check out my working link click here!