Book Review: Build Your Own Database Driven Website Using PHP & MySQL
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.
Thank You
My favorite would be ‘Programming PHP 5’ – co-written by the inventor of PHP no less.
This book is published by O’reilly.
Stefan