Product Details
PHP Cookbook (Cookbooks (O'Reilly))

PHP Cookbook (Cookbooks (O'Reilly))
By Adam Trachtenberg, David Sklar

List Price: £34.50
Price: £19.49 & eligible for FREE Super Saver Delivery. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

28 new or used available from £18.87

Average customer review:

Product Description

When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more 19 million web sites today, PHP is now more popular than Microsoft's ASP.NET technology. With our Cookbook's unique format, you can learn how to build dynamic web applications that work on any web browser. This revised new edition makes it easy to find specific solutions for programming challenges. "PHP Cookbook" has a wealth of solutions for problems that you'll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples - or "recipes" - for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.


Product Details

  • Amazon Sales Rank: #79998 in Books
  • Published on: 2009-09-17
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 810 pages

Editorial Reviews

Steven Osborn, Tulsa PHP Users Group, May 2007
PHP Cookbook is ceartainly the most useful PHP book I own.

From the Publisher
When it comes to creating dynamic web sites, the open source
PHP language is red-hot property: used on more than 20 million web sites
today, PHP is now more popular than Microsoft's ASP.NET technology. With
our Cookbook's unique format, you can learn how to build dynamic web
applications that work on any web browser. This revised new edition makes
it easy to find specific solutions for programming challenges.

About the Author
Adam Trachtenberg is a technical evangelist for eBay and is the author of two O'Reilly books, "Upgrading to PHP 5" and "PHP Cookbook". He is a frequent speaker at O'Reilly Open Source Conferences and LinuxWorld. Adam has an MBA from Columbia Business School. While there, he focused on general management and operations, with an emphasis on the field of technology. Adam also has a BA from Columbia University. As an undergraduate, he majored in mathematics, and his other studies included computer science and Chinese.

David Sklar is a software developer at Ning, the latest startup founded by Internet hall of famer Marc Andressen. David was a co-founder and the Chief Technology Officer of Student.Com and TVGrid.Com. At both companies, he oversaw the architecture and development of varied systems to deliver personalized dynamic content to users around the world. After discovering PHP as a solution to his web programming needs in 1996, he created the PX (http://px.sklar.com/), which enables PHP users to exchange programs. Since then, he has continued to rely on PHP for personal and professional projects. He is the author of O'Reilly's "Learning PHP 5", "Essential PHP Tools" (Apress) and the coauthor of "PHP Cookbook" (O'Reilly).


Customer Reviews

great book on php5
This book is definitely not for a beginner wanting to learn php. But as a reference book, it is terrific. There are lots and lots of very useful examples.The material is very well orgainized - you can find what u need very quickly. For each topic, a commonly encountered problem is presented, and then an explanation of how to solve it, along with sample code is given. I used another book to learn php. While that was great for learning, I found it frustrating finding solutions in it to problems i faced when i started work on my php project. This book helped me immensely because it gave me the answers I needed quickly. The numerous examples were a godsend. I highly recommended it as a handy reference.

Cooking with the pros4
This book is excellent, if u often have problems, parse errors, and just dont have a clue why ur db won't connect (or it has but it wont display ur data) These often problems for php devs can be helped with this book.

DO NOT BUY THIS BOOK IF U HAVE NO OTHER PHP REFERENCE! It is simply somthing u can look in occasionaly and find a cool snipet of code, or if u have a problem troubleshoot through the book... its a good aid but ur not going to learn 2 much new stuff, just how tof ix bugs

Useful for solving specifics4
Well written, clear, precise - not full of useless waffle like some guides.
Provides solutions to common problems and tasks, which could be very useful for beginners and users with some experience of PHP. However, this is *not* a "how to learn PHP" book, rather, like the title states, it is a cookbook of solutions with examples.

I can recommend PHP Cookbook, but not as your only PHP text, especially for beginners. I suggest looking at 'PHP and MYSQL Web Development', by Welling and Thomson, published by Addison Wesley - covers the basics and most everything else too an excellent book for learning PHP and MYSQL for web development.