Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$4.29 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
PHP Developer's Cookbook (2nd Edition)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

PHP Developer's Cookbook (2nd Edition) [Paperback]

Sterling Hughes (Author), Andrei Zmievski (Author)
4.1 out of 5 stars  See all reviews (44 customer reviews)

List Price: $39.99
Price: $27.57 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.42 (31%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback $27.57  

Book Description

0672323257 978-0672323256 December 23, 2001 2

PHP Developer's Cookbook is a task-oriented book intended to offer solutions to the daily problems and goals the PHP developer faces.

In addition to a brief introduction to PHP, the main content of the book is presented in a problem and solution format, logically organized on a topic-by-topic basis. Each question specifies a goal, and the following text provides a detailed solution that achieves the stated goal along with any additional related information.

After a crash course in the basics, the PHP Developer's Cookbook covers more advanced development topics.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

PHP Developer's Cookbook (2nd Edition) + PHP Hacks: Tips & Tools For Creating Dynamic Websites + PHP Cookbook: Solutions and Examples for PHP Programmers
Price For All Three: $74.61

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • PHP Hacks: Tips & Tools For Creating Dynamic Websites $19.67

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • PHP Cookbook: Solutions and Examples for PHP Programmers $27.37

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Back Cover

PHP Developer's Cookbook is a task-oriented book intended to offer solutions to the daily problems and goals the PHP developer faces.

In addition to a brief introduction to PHP, the main content of the book is presented in a problem and solution format, logically organized on a topic-by-topic basis. Each question specifies a goal, and the following text provides a detailed solution that achieves the stated goal along with any additional related information.

After a crash course in the basics, the PHP Developer's Cookbook covers more advanced development topics.

About the Author

Sterling Hughes is a freelance Web developer, creating dynamic Web applications in PHP, C, and Perl for Fortune 500 companies. He is a coauthor of the PHP documentation and has written articles about PHP for Webreference, Zend.com, and Webtechniques. He currently writes a regular feature for Zend.com. He authored PHP's SWF, CURL, Sablotron (XSL), and BZip2 extensions, and coauthored the Sockets extension. He can be reached at sterling@php.net.

Andrei Zmievski is the lead development engineer and open source researcher at ispi, where he works on various e-commerce and Web publishing projects. He is a member of the PHP core development group and has contributed to several other open source projects. His other interests include piano and computer graphics. He can be reached at andrei@php.net.


Product Details

  • Paperback: 504 pages
  • Publisher: Sams; 2 edition (December 23, 2001)
  • Language: English
  • ISBN-10: 0672323257
  • ISBN-13: 978-0672323256
  • Product Dimensions: 9.1 x 7.4 x 1.1 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (44 customer reviews)
  • Amazon Best Sellers Rank: #1,238,637 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

44 Reviews
5 star:
 (24)
4 star:
 (11)
3 star:
 (2)
2 star:
 (3)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.1 out of 5 stars (44 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

35 of 35 people found the following review helpful:
5.0 out of 5 stars UNLIKE ANY OTHER PHP BOOK - a true reference, January 14, 2001
By 
Derek Sivers "cdbaby" (Portland, OR United States) - See all my reviews
(REAL NAME)   
UNLIKE ANY OTHER PHP BOOK. I write that in all caps because I can't emphasize this enough: this is NOT a typical "let's show you PHP" book. There is no walk-from-beginning-to-end introduction.

PHP Developer's Cookbook is for INTERMEDIATE/ADVANCED users that have already had their introduction, already used PHP for a while, and find themselves, while working on a project, saying, "How do you validate an email address?" or "How do we save sessions in a database?"

This is a book of PROBLEMS AND SOLUTIONS, broken into little categories for easy reference. (Look at the table of contents.) Of course you could go through it from start to finish and learn quite a bit, even if you're not working on a big project yet.

All that being said, THIS IS ONE OF THE MOST VALUABLE PHP BOOKS I'VE EVER SEEN, and I've seen them all. It's the only one I'm going to keep on my desk now as I work. It's exactly what I was looking for. (I work on PHP projects all day, and am constantly searching the mailing lists to remember how to create drop-down-menus, how to process individual words in a text file, etc. This book has it all!)

Combine this with the new feature on www.php.net that lets you type "www.php.net/functionname" to immediately look up the manual page for every PHP function, and you're all set!

HIGHLY RECOMMENDED

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


28 of 28 people found the following review helpful:
5.0 out of 5 stars Every experienced PHP programmer should have this book, January 14, 2001
By 
"will2k" (Rockville, MD USA) - See all my reviews
I stumpled upon this book by accident, and only after 10 minutes of reading, I just had to get it. The book is targeting at experienced php programmers, and assumes good grasp of php and its functionalities. Unless you are have gone through at least one other book (like Wrox's PHP programming) and have had some serious project, you may not fully understand the need for some of these techniques.

For example, php has specific functions written for each database. This cause portability problem of the code when switching databases. We all know a databases API is badly needed, and quite a few books have touched on this topic, but none which actually go through the code and explain in detail how they work, how database wrappers are created and used. Another example is the session handlers. Almost every php book includes a chapter on session, and briefly mentions how we can write our own session handlers, but they read more like a reference book. PHP developer's cookbook, again, actually take you through the steps of create them and how to incoporate them into your scripts. Other examples in this book include: how to interface with other programs and languages(sockets, COM, Java methods and classes). How to work with php images functions, php XML functions, ZEND API.

Again, I wish I have found this book ealier, it would have saved me a bunch of headache and time. I truely suggest this book to any experienced PHP programmers out there.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


23 of 23 people found the following review helpful:
5.0 out of 5 stars PHP gets a Perl Cookbook, January 16, 2001
By A Customer
Have any of you done Perl and worn the Perl Cookbook cover off? Then this is your book.

The layout and general concept of this book is very similar to that other beloved cookbook. Some entries are nearly identical. One feature I adore in particular is multiple recipes for one task, stating which is faster/more efficient, and then telling you why.

I have been scripting PHP for 2 years, mostly professionally, but many fun, personal projects as well. Not only do I wish I had this book, but I am gald that I have it now. I have been reading this thing randomly but voraciously, and I have found little gems even under the elementary topics.

I will be working on 2 major projects soon, the development stage of one has just begun. One is a massive intranet site, (authentication, sessions, customization, etc.) and the other is an ecommerce site/application. I will be using this book continuously as a: 1) code reminder 2) how-to resource 3) code-refiner 4) style-refiner.

I've already used it several times for custom classes - don't pass this one up!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
handling files, error object, curl module, php header, initialize the transfer, numerically indexed array, php echo, array walk, php foreach, int font, curl handle, curl extension, regular expression functions, php variables, php print, regular expression library, associative array, socket functions, execute the transfer, session store, current locale, int col, session variables
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Technique Use, Going Outside, Generating Other Languages, Hello World, The Zend, Manipulating Numbers, Matching Data, Sterling's Company, Manipulating Strings, Doc Brown, Maintaining Sessions, Sterling Hughes, Cannot Bind, Handline Files, Handling E-mail, Using Arrays, Simple Experiment, Checking Whether, Technique Create, Search Engine, Technique There, Usine Arravs, Comments First, Adding Text, Product Name
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject