This was a brilliant introduction to PHP for me. Coming from a technical background, I skim read the first dozen or so 'hours' and got stuck into the nitty gritty examples for form handling, session management and file-uploading etc.
However for me the best reason for buying this book was the fantastic last two chapters. These chapters cover setting up a complete web portal/community based site which allows users to login, modify their details/profile, add events to their pages and more. This was the basis on which I built a website and stood me in good stead for the job.
As a previous reviewer mentioned, the source code does not come with the book which means a lot of typing (the last two 'hours' took more like 8 hours to type up, and I don't type that slow either;\). On the contrary though, this can be good in that it forces you to debug your code as you go along, helping you understand better why errors occur when a script is executed.
All in all a definite recommendation for beginners (and even intermediate/advanced readers, if only for the example site in the last 2 hours).