Wicked Cool PHP also covers some little-discussed topics including
cURL, PHP web services, and creating images with PHP. With web services
becoming more and more popular every day (social networking and bookmarking
APIs), the cURL and web services scripts in the book will be a great starting
point for web service/XML noobs. Wicked Cool PHP wraps up with a few
intermediate projects: creating a poll, e-greeting card, and basic blogging
system.
Overall, Wicked Cool PHP is a solid, code-packed book for the rookie
or intermediate-skilled PHP programmer that understands the basic principles of
programming and security. The code provides real world problem/solution
scenarios that every PHP programmer will need to know. The book also includes
some less-known gems that will spark the inquisitiveness of the reader.
My only criticism of
Wicked Cool PHP is that the "difficult
problems" the book promises to solve aren't
that difficult. The
book covers strategies for keeping your web apps secure, using regular
expressions, and session/cookie issues, but many other code snippets would be
considered basic for any experienced PHP programmer. I would've liked to have
seen topics like storing the session in a database, creating a basic MVC
framework, and large form strategies.