The PHP language is in use today at over 12 million Internet domains worldwide, and continues to grow in popularity at an astonishing rate of almost 400,000 domains a month. The latest version, PHP 5, is in beta and is expected to reach final form by Q1 2004. It is a significant new release that speeds up performance, improves XML and streams support, and includes many new functions. PHP 5 increases the appeal of PHP to serious programmers who have not used it before, and it requires current PHP users to re-learn many things as to how they have approached PHP in the past.
PHP Developer's Handbook provides a complete, practical, and authoritative guide for both the experienced programmer who is considering PHP for the first time and the current PHP user who wants to learn more about PHP 5 and how to fully exploit all its new capabilities. The book begins with a detailed summary of the basics, and then quickly moves on to more advanced topics such as working with data, outputting graphical data, interacting with messaging servers, and building complete applications.
Customer Reviews
Average Rating:
Rating: - alot of good stuff
This is your basic huge book of php concepts from the basics to the advanced. It reads more like a manual than a demonstration or tutorial.
I would recomend it to anyone looking to get a good overview of php 5
Rating: - Confusing presentation of sessions
I have another "unleashed" book and was very happy with it, so immediately picked up this book when needing to work with PHP. What I needed to learn about was session usage.
Unfortunately, this book is not very good for that, for a novice learning to use sessions. The reason why is not because it is too advanced--I'm adept at reading computer textbooks and parsing the info--the problem is that it is a best practice in terms of security to turn register_globals off in PHP, that is the ... Read More
Rating: - An Excellent Book For The Intermediate PHP Programmer
After reading a PHP5 book in the past I was happy with it. However it was for beginers. I searched for something more advanced. This was it. PHP5 Unleashed goes over several advanced topics. In example there is Regular Expressions (aka. Regex), Advanced MySQL techniches, accessing the OS's programs (Like dd, cp, etc) and more. One thing I should note as that there are some parts that can't be done on Windows. To get the most of this book you need Linux. ( If you want Linux download the ISO image of ... Read More