Pro PHP XML and Web Services and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

5 used & new from $45.00

Have one to sell? Sell yours here
 
 
Pro PHP XML and Web Services
 
 
Start reading Pro PHP XML and Web Services on your Kindle in under a minute.

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

Pro PHP XML and Web Services (Hardcover)

~ Robert Richards (Author)
Key Phrases: tag name, mod date, basic profile, Hello World, Intermediate French, Rob Richards (more...)
4.9 out of 5 stars  See all reviews (8 customer reviews)


Available from these sellers.


2 new from $45.00 3 used from $84.46

Formats

Amazon Price New from Used from
  Kindle Edition, March 27, 2006 $51.99 -- --
  Hardcover, March 26, 2006 -- $45.00 $84.46

Customers Who Bought This Item Also Bought

AJAX and PHP: Building Responsive Web Applications

AJAX and PHP: Building Responsive Web Applications

by Cristian Darie
4.3 out of 5 stars (30)  $31.49
PHP 5 Recipes: A Problem-Solution Approach

PHP 5 Recipes: A Problem-Solution Approach

by Lee Babin
4.9 out of 5 stars (9)  $37.21
Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds

Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds

by Paul Michael Reinheimer
3.8 out of 5 stars (9)  $26.39
Pro PHP Security

Pro PHP Security

by Chris Snyder
3.9 out of 5 stars (7)  $38.31
Practical Web 2.0 Applications with PHP

Practical Web 2.0 Applications with PHP

by Quentin Zervaas
4.6 out of 5 stars (18)  $30.34
Explore similar items

Editorial Reviews

Product Description

I would highly recommend this as a resource for any developers who want to really dig in and solidify their working knowledge of PHP and web services, or just want to explore the nuances and complexities of XML DTDs and namespaces.

— Nathan Smith, Godbit Project

Pro PHP XML and Web Services is the authoritative guide to using the XML features of PHP 5 and PHP 6. No other book covers XML and Web Services in PHP as deeply as this title. The first four chapters introduce the core concepts of XML required for proficiency, and will bring you up to speed on the terminology and key concepts you need to proceed with the rest of the book. Next, the book explores utilizing XML and Web Services with PHP5. Topics include DOM, SimpleXML, SAX, xmlReader, XSLT, RDF, RSS, WDDX, XML-RPC, REST, SOAP, and UDDI.

Author Robert Richards, a major contributor to the PHP XML codebase, is a leading expert in the PHP community. In this book, Richards covers all topics in depth, blending theory with practical examples. Youll find case studies for the most popular web services like Amazon, Google, eBay, and Yahoo. The book also covers XML capabilities, demonstrated through informative examples, in the PEAR libraries.



About the Author

A biography is not available for this author.

Product Details

  • Hardcover: 936 pages
  • Publisher: Apress (March 27, 2006)
  • Language: English
  • ISBN-10: 1590596331
  • ISBN-13: 978-1590596333
  • Product Dimensions: 9.4 x 7.1 x 2 inches
  • Shipping Weight: 3.5 pounds
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon.com Sales Rank: #119,410 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #9 in  Books > Computers & Internet > Programming > Languages & Tools > XML
    #26 in  Books > Computers & Internet > Web Development > Programming > PHP

Inside This Book (learn more)

What Do Customers Ultimately 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.
 
(12)
(9)
(1)

Your tags: Add your first tag
 

 

Customer Reviews

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

 
9 of 9 people found the following review helpful:
5.0 out of 5 stars Heavy Metal XML, September 28, 2006
By David Stapleton (California) - See all my reviews
(REAL NAME)      
This is first and foremost an XML reference. The author takes the reader through over 100 pages XML background in the first three chapters, then an overview of a few utilities like XPath and XPointer before he touches on PHP. Having provided some grounding in the basics, he then proceeds to develop the use of XML in PHP from the basic topics of DOM (Document Object Model) and XSLT (Extensible Stylesheet Language Transformations) to the more advanced topics of SOAP (Simple Object Access Protocol) and web services.

Along the way Richards introduces the reader to utility classes like SimpleXML, SAX (Simple API for XML), XMLReader. He also touches on PEAR (PHP Extension and Application Repository) utility classes and topics like security, RSS (Really Simple Syndication) and UDDI (Universal Description, Discovery and Integration). The author's examples are reasonably concise and readable; making the necessary points without getting carried away.

The bottom line is that this is a highly effective reference (that means fairly comprehensive, but dry reading; I read cover to cover, but it was relatively tedious) on XML and its varied uses in association with PHP. This is not a book for the newcomer to programming, nor is it a cookbook for examples for the casual programmer/web developer, although the author does provide PEAR examples for connecting with major web services like Amazon, Google and Yahoo (among others). My suggestion for readers is to review what you need of the first 11-12 chapters to ensure a firm grounding in XML, and then hop to the chapters specific to the problem being faced.
P-)
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 7 people found the following review helpful:
5.0 out of 5 stars Great Book!, May 3, 2006
By Joseph Topjian (Pittsburgh, PA) - See all my reviews
(REAL NAME)   
Let's get the obvious out of the way: this book is massive. Like 850 pages massive. And it's all about XML and PHP. Normally I'd be put off by a book like this. I'd think that there had to have been an easier and shorter way to explain these technologies. But I gave this book a chance anyway, and in the end, I wasn't disappointed at all.

Before I started reading, I knew just the basics about XML. I knew you could write some markup, transfer information using XML-RPC, and a little RSS. But that was about it. However, after finishing, I knew about such wonderful acronyms like XSLT, XPath, WDDX, and UDDI. I was also able to build on my beginning knowledge of RSS, DOM, XML-RPC, and SOAP. And finally, I learned all about the world of XML Security which I never knew existed.

In between the teachings of these XML topics, PHP was used for the code examples. Although PHP has an extremely large selection of XML tools and a lot of time was spent with these tools, I found the coverage to be complementary rather than a main subject. What I mean is that Mr. Richards covered every aspect of XML in great detail. He made sure the reader understood the purpose and mechanics of each topic first. Only after that did he present the reader with the knowledge of how to apply that topic with PHP. This is similar to saying, "Here's XML and here's how to do it with PHP. However, if you don't like the PHP way, at least you still know the core concepts so you can apply it another way."

Although this book is pretty long, I found it to be well written and just the right length to properly go over all the included topics. Each topic is covered in a manageable chapter - and some of the chapters even conclude with really nice example projects. It's obvious Mr. Richards spent a lot of time putting this book together and his finished work was well worth the effort. Apress has done a great job releasing another "Pro" title and by choosing Mr. Richards to write it.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 6 people found the following review helpful:
5.0 out of 5 stars The standout reference on PHP and XML, June 20, 2006
By R. Dlugy-Hegwer (Northern California, USA) - See all my reviews
(REAL NAME)   
This book is amazingly well written. The content is organized in an intuitive and logical fashion. The author explains base concepts and progresses into advanced topics, providing consistent depth of coverage along the way. The author's writing and concise examples get the message across on the first reading - unlike some texts that require multiple passes. It's also noteworthy that the Technical Reviewers, Christian Stocker and Adam Trachtenberg, are renowned PHP experts and authors. If you plan to study or work with PHP and XML, this book is a MUST HAVE.
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 PHP XML and Web Services
This particular book provides the reader with a comprehensive view of PHP development. I was pleased with the vast amount of topics covered. Read more
Published 23 months ago by W. Mattingly

4.0 out of 5 stars Great PHP XML Reference
'Pro PHP XML and Web Services' by Robert Richards is a great book to help you learn your way around these technologies. Read more
Published on November 16, 2006 by Daniel McKinnon

5.0 out of 5 stars All you need to know
This is a great book in that the author provides comprehensive coverage of a complicated subject, and does it in clear, concise and understandable language. Read more
Published on July 3, 2006 by Brian Richards

5.0 out of 5 stars Huge + Comprehensive
Quite some time ago, Apress sent me Pro XML and Web Services to review, and I am just now getting around to it. First off, let me say that this book is huge. Read more
Published on June 11, 2006 by Nathan Smith

5.0 out of 5 stars An excellent resource for the PHP/XML programmer.
I have very much enjoyed using this book. It is written in easy to understand language, but it is certainly not dumbed down either. Read more
Published on April 28, 2006 by seawana

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.