Wiley.com
Print this page Share

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

ISBN: 978-0-7645-8954-6
Paperback
384 pages
July 2006
Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (0764589547) cover image
This product is not currently available for purchase from this website.
For customer care, special sales, or to find your rep, please visit our Contact Us page.
Other Available Formats: E-book

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Errata Notice

Errata Notice:

Hi, First, thanks for buying and reading the book, here is a list of the problems I've discovered so far. I'm not sure exactly what process this file needs to go through to get from me to you, so I will keep an up to date version at: http://preinheimer.com/prowebapis/errata.txt

If you find any problems/bugs/mistakes not listed here please let me know at: [email protected]

I'm well aware that there are copies of the book floating around the net in .pdf or windows help format, if you came to this file after reading one of those, and found my book helpful please consider purchasing a copy, I worked hard on the book so you wouldn't have to work quite so hard working on APIs.

10/11/06
3 23 Error in Chapter Reference
Chapter 5 discusses how you go about building your own feed,...

should be:
Chapter 4 discusses how you go about building your own feed,...
10/11/06
3 41 Error in Chart
Dashes are missing in the chart at the top, it should read:
The contents define a character class, [0-9] will match any digit from zero to nine, [a-zA-Z0-9] would match any single lower case letter, upper case letter, or digit. [a-zA-Z0-9] would match any number of them.
10/11/06
4 61 Typo
1Caching
Should be:
Caching
10/11/06
5 108 Error in Code
$request = createRequest('123', 'search', 'book','style);

Should be:
$request = createRequest('123', 'search', 'book','style');

(closing quote for style was ommited)
10/11/06
12 SECURITY ISSUE in Chapter 12

The demonstrated REST API framework is vulnerable to XSS attacks since it displays un-escaped data when a call is made with an unknown paramater. Corrected code (simply applying htmlentities()) appears in the appropriate code file.

10/11/06
207 Typo
first code block:
(Code Line 95 in file qickSearch.php)

$teimRemaining
should be:
$timeRemaining
05/18/07

Related Titles

General Programming & Software Development

by Peter C. Norton, Alex Samuel, Dave Aitel, Eric Foster-Johnson, Leonard Richardson, Jason Diamond, Aleatha Parker, Michael Roberts
by Simon Harris, James Ross
by Andrew Parsons, Nick Randolph
by Michael Rosenblum, Paul Dorsey
Back to Top