31 used & new from $0.01

Have one to sell? Sell yours here
 
 
PHP Developer's Cookbook
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

PHP Developer's Cookbook (Paperback)

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


Available from these sellers.


8 new from $9.80 23 used from $0.01

Formats

Amazon Price New from Used from
  Paperback, December 22, 2001 $34.11 $29.97 $3.28
  Paperback, December 15, 2000 -- $9.80 $0.01

Customers Who Bought This Item Also Bought

PHP Cookbook

PHP Cookbook

by David Sklar
4.5 out of 5 stars (40)  $29.69
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

by William Steinmetz
4.6 out of 5 stars (15)  $19.77
MySQL Cookbook

MySQL Cookbook

by Paul DuBois
4.7 out of 5 stars (28)  $31.49
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

by Larry Ullman
4.5 out of 5 stars (152)  $29.69
CSS Cookbook, 2nd Edition

CSS Cookbook, 2nd Edition

by Christopher Schmitt
3.7 out of 5 stars (29)  $29.69
Explore similar items

Editorial Reviews

Product Description

A task-based reference, delivering solutions to common problems with the HTML-embedded scripting language, PHP. Each solution includes complete code listings and an in-depth explanation of how and why that solution fit the problem. Help for professionals troubleshooting the creation of dynamically generated Web pages. Softcover.


From the Back Cover

The PHP Developer's Cookbook is a task-based reference designed to give developers easy-to-follow solutions to common problems that they might encounter when using PHP in Web site development. Each solution provides complete code listings along with an in-depth explanation of how and why a particular solution was used. PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP makes it fast and easy to create powerful data-driven Web sites for e-commerce, community portals, and other Web-based applications. The PHP Developer's Cookbook provides the experienced developer with complete solutions to specific needs they are likely to have while using PHP.

Product Details

  • Paperback: 505 pages
  • Publisher: Sams; 1st edition (December 15, 2000)
  • Language: English
  • ISBN-10: 0672319241
  • ISBN-13: 978-0672319242
  • Product Dimensions: 9.2 x 7.5 x 1.2 inches
  • Shipping Weight: 1.9 pounds
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (44 customer reviews)
  • Amazon.com Sales Rank: #448,887 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #37 in  Books > Computers & Internet > Networking > Network Programming

More About the Author

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

Visit Amazon's Sterling Hughes Page

What Do Customers Ultimately Buy After Viewing This Item?

PHP Developer's Cookbook
37% buy the item featured on this page:
PHP Developer's Cookbook 4.1 out of 5 stars (44)
PHP Cookbook
34% buy
PHP Cookbook 4.5 out of 5 stars (40)
$29.69
PHP and MySQL Web Development (4th Edition)
17% buy
PHP and MySQL Web Development (4th Edition) 4.4 out of 5 stars (210)
$32.54
CSS: The Missing Manual
6% buy
CSS: The Missing Manual 4.7 out of 5 stars (102)
$23.09

Tags Customers Associate with This Product

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

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 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

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
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!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars A god-sent book for the PHP masses....
I love this book! You know how you sometimes get a little bugger of a problem while coding? Chances are you'll find a solution for it in here. Read more
Published on November 16, 2004 by Nishank Khanna

3.0 out of 5 stars Not the best... Not the worst...
I am a newb when it comes to PHP, but not when it comes to programming in general. The Content is very cleanly laid out. It is straightforward, but by no means simple. Read more
Published on January 30, 2004 by Brian Scott O'keefe

4.0 out of 5 stars its a right choice for php developer and php programmers
we the owner of www.hiddenbrains.com are a leading php developer and solution provider, making e-commerce applications,web applications, developed more then 200 websites using php... Read more
Published on December 24, 2003 by hiddenbrains

4.0 out of 5 stars A Cookbook, not a "For Dummies" book
Like a true cookbook, this book gives you recipes for how to make certain meals. It doesn't explain every tool and ingredient in your kitchen: that information can be had... Read more
Published on January 13, 2003 by cviebrock

5.0 out of 5 stars Made my deadline
I'm not the type of programmer that likes to copy & paste other people's code in my applications, however, every so often I run into problems that I'm not quite sure of the proper... Read more
Published on October 4, 2002 by Jon

2.0 out of 5 stars NO CD provided for code and examples
Any coder loves to cut & paste rather than type in the code from the book. It is really a shame that this book has some good examples but they apparently force you to type in... Read more
Published on September 27, 2002

1.0 out of 5 stars Complete waste of money.
I'm a intermediate-advanced PHP coder. I own 13 PHP books, some I use more than others. The only book of the 13 that has NEVER been useful for a single thing was this (sorry)... Read more
Published on August 29, 2002 by Robert Peters

1.0 out of 5 stars Don't buy
The book has very poorly designed code example and a lot of them don't work. I only read two chapters, but I almost pulled my hair off! Read more
Published on August 7, 2002

2.0 out of 5 stars Don't bother
This is a singularly useless book. I bought it because I liked the concept of a "cookbook," a collection of PHP recipes, which I expected to be common tasks. Read more
Published on July 27, 2002 by ssf1fan

2.0 out of 5 stars Incomplete
Bought this book hoping it would be similar to the Perl cookbook - as another reviewer commented, there are "gaps" in the content. Read more
Published on July 23, 2002 by ut_longhorn

Only search this product's reviews



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
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.