Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
51 used & new from $16.99

Have one to sell? Sell yours here
 
   
Tell a Friend
Programming PHP
 
 
Please tell the publisher:
I'd like to read this book on Kindle
 
  

Programming PHP [ILLUSTRATED] (Paperback)

by Rasmus Lerdorf (Author), Kevin Tatroe (Author), Peter MacIntyre (Author)
3.7 out of 5 stars  (51 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

51 used & new available from $16.99
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.
Also Available in: List Price: Our Price: Other Offers:
Paperback (Illustrated) $39.95 $33.96 35 used & new from $4.47
School & Library Binding $54.05 $39.46 Order it used!
 
   

Best Value

Buy HTML & XHTML: The Definitive Guide (6th Edition) and get Programming PHP at an additional 5% off Amazon.com's everyday low price.

HTML & XHTML: The Definitive Guide (6th Edition) Programming PHP Buy Together Today: $55.06


Customers Who Bought This Item Also Bought

PHP Cookbook (Cookbooks (O'Reilly))

PHP Cookbook (Cookbooks (O'Reilly)) by Adam Trachtenberg

4.4 out of 5 stars (35)  $29.69
Web Database Applications with PHP & MySQL, 2nd Edition

Web Database Applications with PHP & MySQL, 2nd Edition by Hugh E. Williams

4.3 out of 5 stars (54)  $26.97
JavaScript Definitive Guide

JavaScript Definitive Guide by David Flanagan

4.4 out of 5 stars (274) 
CSS: The Definitive Guide

CSS: The Definitive Guide by Eric Meyer

4.5 out of 5 stars (26)  $29.69
Learning PHP 5

Learning PHP 5 by David Sklar

3.4 out of 5 stars (24)  $19.77
Explore similar items : Books (100)

Editorial Reviews

Amazon.com
PHP is far more than a cult language or open-source icon. It's a remarkably capable language that's well integrated with lots of technologies--notably mSQL and MySQL database servers--and quite easy to learn. Programming PHP helps you up the PHP learning curve, very nearly guaranteeing that you'll find in its pages an example that illustrates every fundamental aspect of the language and its most important extension modules. Plus, there's some cool advanced stuff, like recipes for manipulating images, working with Extensible Markup Language (XML) content, and generating Adobe Acrobat (PDF) files. Rasmus Lerdorf invented PHP and quarterbacks its ongoing evolution, so there's little question of the content's authority.

The authors use a Talmudic style to explore PHP's capabilities and explain them to their readers, meaning that they like to present code and commentary in close formation, with each enhancing the other. Typically, they'll present a capability generically and show the relevant code. Then they'll dig into variations on the theme, calling attention to required code alterations as they go. This is a book about PHP itself, so practically no attention is paid to PHP Builder or other development tools. Regardless, this book will help you solve programming challenges with PHP, and enable you to write efficient, attractive code. --David Wall

Topics covered: The PHP programming language, for people who are coming to PHP with a bit of programming experience in other languages or who want to expand their existing PHP knowledge beyond the basics. Sections deal with the core language, as well as HTTP session management, database connectivity (to MySQL and Oracle, as well as with PHP Extension and Application Repository--PEAR), graphics file manipulation, XML parsing, and PDF creation. There are instructions for building a PHP extension library in C, as well as a function reference and guide to existing extensions. --This text refers to the Paperback edition.

Product Description
"Programming PHP," 2nd Edition, is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating websites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million websites, surpassing Microsoft's ASP .NET technology in popularity. Programmers love its flexibility and speed; designers love its accessibility and convenience.

As the industry standard book on PHP, all of the essentials are covered in a clear and concise manner. Language syntax and programming techniques are coupled with numerous examples that illustrate both correct usage and common idioms. With style tips and practical programming advice, this book will help you become not just a PHP programmer, but a "good" PHP programmer. "Programming PHP, Second Edition" covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements Chapters outlining the basics of functions, strings, arrays, and objects Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library and the new PDO Library Chapters that show you how to generate dynamic images, create PDF files, and parse XML files with PHP Advanced topics, such as creating secure scripts, error handling, performance tuning, and writing your own C language extensions to PHP A handy quickreference to all the core functions in PHP and all the standard extensions that ship with PHP

Praise for the first edition:

"If you are just getting into the dynamic Web development world or you are considering migrating from another dynamic web product to PHP, "Programming PHP" is the book of choice to get you up, running, and productive in a short time."