This item is not eligible for Amazon Prime, but millions of other items are. Join Amazon Prime today. Already a member? Sign in.

Ready to Buy?
the_book_de...
Price: £14.06
In stock
Add to Cart

aphrohead_b...
Price: £14.43
In stock
Add to Cart

15 used & new from £6.98
See All Buying Options

Have one to sell? Sell yours here
 
   
Tell a Friend
Programming PHP
 
See larger image
 
Programming PHP (Paperback)
by Rasmus Lerdorf (Author), Kevin Tatroe (Author)
4.0 out of 5 stars 7 customer reviews (7 customer reviews)

Availability: Available from these sellers.

15 used & new available from £6.98
Other Editions: RRP: Our Price: Other Offers:
Paperback (2) £28.50 £21.49 48 used & new from £11.54
School & Library Binding Order it used
 
   

Customers Who Bought This Item Also Bought

Web Database Applications with PHP and MySQL

Web Database Applications with PHP and MySQL by Hugh Williams

3.9 out of 5 stars (11)  £20.77
PHP Cookbook (Cookbooks (O'Reilly))

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

4.5 out of 5 stars (2)  £20.99
JavaScript: The Definitive Guide

JavaScript: The Definitive Guide by David Flanagan

4.3 out of 5 stars (39)  £22.99
Essential PHP Security

Essential PHP Security by Chris Shiflett

4.6 out of 5 stars (5)  £15.99
CSS: The Definitive Guide

CSS: The Definitive Guide by Eric Meyer

4.2 out of 5 stars (4)  £20.79
Explore similar items : Books (49)

Product details

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
PHP Development on .NET
microsoft.com/uk/codechronicles    Tools and tutorials for writing PHP applications on ASP.NET framework. 
Hire PHP Programmer India
www.neswebdesign.com/Hire-PHP    Hire Dedicated PHP Programmer $9/hr 6 yr old Firm with 75 PHP Developer 
UK PHP Developer
www.singlemind.co.uk    Professional and experienced PHP developer in Dorset, UK 

Product Description
Amazon.co.uk Review
Coauthored by its creator, Programming PHP is a nitty-gritty guide to PHP development. PHP is an open-source scripting language used to build dynamic Web sites. In this title, the authors go step-by-step through the language, including brief coverage of common applications such as graphics or database work.

The first six chapters explain PHP essentials, including data types, functions, string manipulation, arrays and objects. Next comes a look at basic Web techniques, followed by an introduction to database access. There is a chapter on generating graphics with the GD extension library and another on creating Adobe PDF documents. The authors then show how to parse XML, and there is a section on security with some handy tips for protecting PHP sites. A chapter on application techniques looks at code libraries, performance tuning and handling errors. Next there is an explanation of how to build extensions to PHP using C, followed by a look at Windows issues such as COM and ODBC. Finally, there is a complete reference to the standard functions in PHP 4.0.

This is not an advanced programming book, but even experienced coders will discover new things about the language and get a clearer understanding of how PHP works. The specialist chapters such as those on XML or PHP extensions tend to be introductory, so readers will need further resources. For example, the database section is short, and would be best read alongside Web Database Applications with PHP and MySQL or another book with more detailed database coverage. Even so, this is a strong hands-on title that PHP developers will want to keep close at hand. ----Tim Anderson

Raymond Camden, Hampton Roads ColdFusion User Group, June 2002
"....a well formed and written book, with the 'typical' ORA feel to it—very clear and concise."

See all Product Description


Customers Who Viewed This Item Also Viewed

Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites

Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites by Michele Davis

3.3 out of 5 stars (3)  £12.03
PHP Cookbook (Cookbooks (O'Reilly))

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

4.5 out of 5 stars (2)  £20.99
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (Visual QuickPro Guides)

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (Visual QuickPro Guides) by Larry Ullman

4.7 out of 5 stars (30)  £14.49
PHP and MySQL Web Development, 3rd Edition

PHP and MySQL Web Development, 3rd Edition by Luke Welling

4.3 out of 5 stars (27)  £23.72
Web Database Applications with PHP and MySQL

Web Database Applications with PHP and MySQL by Hugh Williams

3.9 out of 5 stars (11)  £20.77
Explore similar items : Books (50)

 
Customer Reviews
7 Reviews
5 star: 28%  (2)
4 star: 42%  (3)
3 star: 28%  (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
 
 
 
Share your thoughts with other customers:
Write an online review
Most Helpful Customer Reviews

 
69 of 69 people found the following review helpful:
4.0 out of 5 stars Extremely useful and informative book, 31 Jul 2002
Programming PHP is written in part by Rasmus Lerdorf, the man who first created it and is still an active member of the development community. This can only be good news.

The book is divided in chapters in a well-ordered and intuitive way. I get the impression that the authors wrote full chapters each, as they tend to vary in depth. In general, though, they present a wide variety of the features and potent of PHP, and, maybe most important, also discuss limitations.

The book can be read by people with no knowledge on the subject whatsoever, though some programming experience would come helpful. The language is clear, precise and to-the-point. Code examples are presented after each point discussed. There is useful information spread all over the book, of the technical and not-so-technical kind, and I cannot imagine anybody going through the book without learning a few new things, however experienced they may be.

Apart from chapters on the usual PHP features (strings, arrays, objects, etc.), there are subjects on commonly used web techniques (and why they are commonly used), security (server-side and scripting), writing your own PHP extensions, and one dedicated to the special relationship PHP has with windows. Personally, I believe the chapter on security alone is worth buying the book for.

Sometimes the authors give the impression they like showing off (OK, so you can double a number by left-shifting), but this is rare and unobtrusive. So, why only 4 stars? Because the book hasn't been very well edited (at least the first edition which I have): there are spelling and coding mistakes, and the latter is not only less than expected by such a company as O'Reilly, but can severely affect a programmer's first steps into a new language.

This said, this book is definitely worth buying. In fact, it's the best descriptive book I've read on the sole subject of PHP, great as a reference book, and shouldn't be missing from any PHP programmer's library.

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



 
14 of 14 people found the following review helpful:
4.0 out of 5 stars An O'Reilly Classic, 20 Aug 2003
By A Customer
This book is similar to every other O'Reilly book in that it is clear, concise and to the point. Never does it waffle on, and never does it go into too much detail and complexity that everyone except the best programmers understands it.
I personally found the explanation of objects and their classes to be better than the other explanations I have read for different languages, and certainly made picking up OOP in PHP a lot easier. Throughout is the obvious knowledge of the authors, something always reassuring in a title like this. The book fits well for beginners and seasoned programmers alike: the basics are explained well, and the technical reasons why things happen are included for good measure.

I was also surprised by the size of this book, as it significantly thinner than the other O'Reilly books (and other computer books for that matter), that I own. Computer books often appear large, daunting and dry. This book is an exception to that rule, and is perfectly good for someone wanting to learn PHP from the ground up to someone wanting to pick a chapter to swat up on, and use it as a reference book. All in all, a very good book.

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



 
8 of 8 people found the following review helpful:
5.0 out of 5 stars Easy start in dynamic webpages, 27 Jun 2003
By David Precious (Herts, England) - See all my reviews
PHP is a great language to start creating dynamic websites with - it's easy to learn, but very powerful.

This book will start you out on the right tracks with PHP and help you build up your experience - even once you're experienced, you'll still turn to it for reference.

As usual, it's a solid O'Reilly title, it won't let you down. Being co-written by Rasmus himself (the creator of PHP) it benefits from more than a little extra experience and inside information.

Basically, if you want to create dynamic websites with a lot of power, PHP is the language you want, and this is the book.

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


Write an online review
 
 
Most Recent Customer Reviews

3.0 out of 5 stars The treatment of objects lets this book down.
One of the primary reasons I got this book was to get a decent understanding of the use of objects. It fails to deliver on this front. Read more