PHP 5 in Practice and over one million other books are available for Amazon Kindle. Learn more

Kindle Edition
 
   
Have one to sell? Sell yours here
PHP 5 in Practice
 
 
Start reading PHP 5 in Practice on your Kindle in under a minute.

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

PHP 5 in Practice [Paperback]

Elliott White (Author), Jonathan D. Eisenhamer (Author)
4.8 out of 5 stars  See all reviews (4 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition $23.39  
Paperback --  

Book Description

July 21, 2006

With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its complex new features and more fully implement the long-standing features on which PHP's success is built. PHP 5 in Practice is a reference guide that provides developers with easy-to-use and easily extensible code to solve common PHP problems. It focuses on providing real code solutions to problems, allowing the reader to learn by seeing exactly what is happening behind the scenes to get your solution. Because a real-life situation will rarely match the book's example problems precisely, PHP 5 in Practice explains the solution well enough that you will understand it and can learn how to truly solve your own problem.



Editorial Reviews

From the Author

PHP 5 in Practice is a 'cookbook' or 'problem and solution' style book.  In fact, it is the spiritual successor to the PHP Developer's Cookbook, also by Sam's Publishing.

When writing this book, we attempted to avoid the common pitfall in these 'cookbook' type technical references can take, where so many of the examples/solutions are so simplistic, to be concepts explained/answered by a single function call. 

Therefore instead, we focused on presenting real world problems, with in some cases a rather beefy solution presented.  The more 'simple' problems/solutions still exist, but only in the form of a 'quick hits' section at the beginning of each chapter.   This is to present a number of PHP functions that by themselves can solve many of your problems, without spending whole paragraphs on them.

In the end, while you can read this book cover-to-cover, we hope it serves as a great reference manual, sitting beside you while you work. Available for you to pick up and reference a solution that you'd scanned earlier.   Or for just parts that interest you, in order to spark your imagination into directions that will solve your own problems.

-- Eli White (Elliott White III)

From the Back Cover

With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its complex new features and more fully implement the long-standing features on which PHP's success is built. PHP 5 in Practice is a reference guide that provides developers with easy-to-use and easily extensible code to solve common PHP problems. It focuses on providing real code solutions to problems, allowing the reader to learn by seeing exactly what is happening behind the scenes to get your solution. Because a real-life situation will rarely match the book's example problems precisely, PHP 5 in Practice explains the solution well enough that you will understand it and can learn how to truly solve your own problem.


Product Details

  • Paperback: 456 pages
  • Publisher: Sams; 1 edition (July 21, 2006)
  • Language: English
  • ISBN-10: 0672328887
  • ISBN-13: 978-0672328886
  • Product Dimensions: 8.8 x 6.8 x 1.1 inches
  • Shipping Weight: 1.5 pounds
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #732,513 in Books (See Top 100 in Books)

More About the Author

Elliott White III (known usually as just Eli White), is a classically trained Computer Scientist who fell into the world of Web Application Development, and fell in love with PHP. He has spent over a decade in the field, and has worked for companies such as Digg, TravelPod/Tripadvisor, Hiidef/Goodsie, as well as the Hubble Space Telescope Program.

He is also very active on the PHP conference circuit where he can be found presenting on various tops, such as scalability and security in web applications.

When not writing code, he has extremely varied interests, including Video Games, Golf, Home Brewing, Woodworking, as well as being a Medieval Re-Creationist in the Society for Creative Anachronism.

 

Customer Reviews

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

7 of 10 people found the following review helpful:
5.0 out of 5 stars Great for PHP Developers of All Levels, March 10, 2007
This review is from: PHP 5 in Practice (Paperback)
I had taken a beginner's course in PHP web development and wanted to learn some more in depth techniques. I had read a positive review of this book on another website and went ahead and bought it. When I got the book, I read the table of contents and found a whole chapter on email. All other books I have read only spent a paragraph or two on email. The chapter in this book went into formatting, verifying and sending email. That chapter alone made it worth the money.

The rest of the book is very easy to read and very informative. Each chapter opens up with an overview of the topics and a reference to the functions used in the chapter. This book makes a great desktop reference as well as a learning tool. So whatever your experience level, I recomend this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 4 people found the following review helpful:
5.0 out of 5 stars A good book for software engineers who are new to PHP, December 28, 2010
Amazon Verified Purchase(What's this?)
This review is from: PHP 5 in Practice (Kindle Edition)
This is a really good book on PHP to veteran software engineers ever since I read initial sample pages from my Kindle last night.

I haven't purchased the book yet but I am pretty much sure that the authors' talking on the subject touches levels of computer science - how to do things better. To those who are new to PHP, like me myself the language is relatively "primitive" in perspective of pre-defined modularity compared with the other programming languages performing same tasks, for example HTTP Post and Get in pre-defined event handling routines in C# with ASP.NET. It is "primitive" becasue PHP does not have those pre-defined event handling routines but leaves space for the programmers to control Post and Get, or MVC patterns or any other objects by their own creativities.

The book talks about PHP from "basics" that is necessary for me to use the language more efficient. For example how the routines produced through the PHP compilation or interperation to achieve same goals by using different syntax, constructor, or function differently. For instance, double or single quotes around a string value and echo, print, include or required of constructores, etc.

I will definitely purchase the book and try to update my review later on. For the time being, I give 5-stars.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 3 people found the following review helpful:
5.0 out of 5 stars Practical Ideas and Examples for the Developer, October 20, 2010
This review is from: PHP 5 in Practice (Paperback)
This is a very worthwhile book to own. It is very well laid out with every aspect of developing in PHP covered in one or another. I especially liked the in depth (but practical) treatment of areas where as a developer you need to have a grasp of how the language can perform. For example, graphing, how to traverse binary trees, sorting, managing databases etc. These are some of the basic requirements needed both by the language and the developer.

In this sense, the book is first class and delivers what the title says, PHP in Practice. I was initially wondering why there were not simple screen shots demonstrating some of the tools and techniques, but am now grateful that screen shots were not included as it would have meant less space for the actual examples of "PHP in Practice". In fact I got to enjoy reading the code and visualising the result and sometimes experimenting and applying the code.

A book worth every bit of its price.
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



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.
 
(7)
(5)
(3)

Your tags: Add your first tag
 

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
   


Listmania!




Look for Similar Items by Category


Look for Similar Items by Subject