Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web FeedsISBN: 978-0-7645-8954-6
Paperback
384 pages
July 2006
This title is out-of-print and not currently available for purchase from this site.
|
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.
Chapter | Page | Details | Date | Print Run |
---|---|---|---|---|
Errata NoticeErrata 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 |