Book Review: Build Your Own Database Driven Website Using PHP & MySQL

September 10, 2006
Posted in PHP Books

Publication Date: 2005

So what makes this book different from the others? In a word – simplicity.

This book, more than any other I’ve read on PHP, is geared toward the total beginner. All you need to know is HTML and you should be comfortable.

The book opens up with a good chapter on installing PHP and MySQL on both Windows and MAC – many times this can the hardest part when learning this stuff!

NOTE: I personally believe you don’t need to learn how to install PHP since 99% of us will be using a hosting company that already has PHP and MySQL installed.

The author then does a good job in presenting the core concepts and techniques needed to effectively use PHP and MySQL using a series of easy to follow examples.

Rather than presenting the specification, the material is presented in a real-world context. That is to say, you are taught with examples of task that are commonly needed in the real world.

Things like:

* Interacting with HTML forms
* Interacting with a MYSQL database
* Using include files

Besides being taught the details of PHP programming and MySQL adminstration, you also learn how to put together a PHP/MySQL dynamic website. So not only do you get the details, you also get a global picture of the process …how all the pieces fit together.

A great beginners book to be sure and there is enough information for you to be able to start building simple database driven websites.

Once completed though, I would then consider a more comprehensive book that will get you into more of the down and dirty details.

3 Responses

  1. Alex Author May 25, 2007 at 2:31 pm

    Thank You

  2. Robby Author August 15, 2007 at 3:04 am
  3. Stefan Mischook Author August 15, 2007 at 9:46 am

    My favorite would be ‘Programming PHP 5’ – co-written by the inventor of PHP no less.

    This book is published by O’reilly.

    Stefan

To Top