This page lists unconfirmed errors and comments from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Ajax with PHP 5, 1e by Andrew G. Curioso The catalog page for this title is http://www.oreilly.com/catalog/9780596514037/ This page was last updated Thu April 17, 2008. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy or the digital version accessed. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem UNCONFIRMED errors and comments from readers: {Chapter 2. The "Hell} In the body tag in the code; should be (5.3) function onData; (http://safari5.bvdep.com/9780596514037/parsing_json_data_in_javascript) The line var books = eval(httpObj.responseText); does not compile for me. I have looked up the resulting Syntax Error on google and found out that it does work if you add some extra parenthesis like this var books = eval( "(" + httpObj.responseText + ")" ); I understand that this is a json problem probably having to do with the version of the php json library. Here's a page on the problem: http://www.bennadel.com/blog/99-JSON-Minor-But-VERY-Important-Detail-Creating-Syntax-Error-Invalid- Label.htm So it's not technically an erratum but I'd like to report it anyway, since it was an embuggerance for me and likely will be so for other users. Apart from that - great book. One more thing. There are no page numbers in the online book so I gave the chapter instead. You might want to have the form fixed.