Tuesday, February 10, 2009

Chapter 2 - connecting to MySQL

Chapter 2 deals with MySQL and how to store data on a database server. The example from chapter 1 deals with receiving emails from different users, but the emails can be a little overwhelming if many people uses the form. So in chapter 2 they discussed using a MySQL database to better organized data and easily access it.

I am currently trying to configure my computer to have a database server on it, so that I can perform the examples in the book.

No comments:

Post a Comment