|
|||||||||||||||||||||||||||||||||||
|
14 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
6 of 6 people found the following review helpful:
1.0 out of 5 stars
Look for another book!,
By
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
The numerous grammar and coding errors in this book make it one to completely avoid if you are new to PHP programming. Fortunately, I was familiar enough with PHP to catch most of the coding errors.
The thing that probably bothered me the most was the fact that many of the explanations of the code given in the book refer to code that isn't even printed in the book! The explanations seemed to refer to a previous revision, rather than the code in the final printed version. Whoever was the project manager and/or proofreader of this book should be shamed and then fired.
8 of 9 people found the following review helpful:
5.0 out of 5 stars
This book has been extremely useful,
By
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
(...)PHP code can be used on a local machine as well as uploaded to your server and used in the real world. You may need to make modifications to the code to reflect the domain name, etc. of your particular server.
With that out of the way, let me say that this book has been extremely useful to me (a beginner). Not only does it start with the fundamentals of PHP, including installation, it continues through many advanced areas of programming so that you do not need to rush out and buy another book to complete your project. It even covers some basic HTML integration for those that are new to that too. All in all, I have not seen any other book on PHP5 with the depth and ease-of-use of this one.
4 of 4 people found the following review helpful:
1.0 out of 5 stars
Sloppy,
By John Bonham (Brisbane, QLD, Australia) - See all my reviews
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
I gave up on this book due to the abundance of coding errors. Each time there was a mistake in their code, it took me quite a lot of time to figure out what the error was and fix it - time I don't have, when trying to learn something new.
Wrox needs to be tougher with its authors and technical reviewers. Instead of accepting that errors are just part of the publishing experience, they should be trying to inculcate a culture of meticulousness and excellence. Until then, people like me will drop their books flat.
6 of 7 people found the following review helpful:
1.0 out of 5 stars
Beginning PHP,
By
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
I have always felt that WROX books were the best computer books on the market, until I read this one. There are tons of grammatical errors, which I can deal with. However, the syntax errors are far too numerous for this type of book. Also, some of the programs do not do what they are suppose to. If you are new to PHP, then stay away from this book. I am glad I bought this book from Amazon and paid a discounted price instead of buying it from WROX and paid the full cover price. At least I minimized the money I wasted on this book.
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Perfect book to start PHP,
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
This book is very well organized with a lot of details and examples. It is not boring or hard to follow. Each chapter follow a clear path to take you there. I would strongly recommend it to all those people that are looking to learn PHP and they are not yet familiar with web base programming.
It is not a requirement to already know HTML.
1 of 1 people found the following review helpful:
3.0 out of 5 stars
Coding errors could be quite a pain for beginners!,
By Ferro (seattle, WA) - See all my reviews
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
I have spend about a week with this book. I was quite pleased with the material, which were to the point nothing garbage and you can quickly go down the road but well after i stumbled across some code defects, i came here to amazon to see what is the story.
So yes while the book can be very useful. It has not been quite proofread (rather not at all). It seems it was upgraded from version 4 (my guess) without doing any work. For example I just spend about 3 hours and possibly more to read a record with encrypted password (chap 11) and it did not work. I was following everything according to the book so you can see how frustrated one can be. Online help did not help much so i was stuck. After browsing for quite a while, I found that the password field in the book was stored in 20 char (varchar(20)). When the password was encrypted and stored, it was converted to 41 char (or so) hence part of it was lost. Now when you retrieve this password, it will never work. So I finally changed the password field to 50 and everything worked fine then. Now this is just one big. In chapter 11 i found 2 more serious bugs, the code were not working (and is still not working). So i will not recommend a beginner to go through this book esp chapter 11. It will almost make you sweet! I really spent quite a lot of my time just to fix the bugs. The material is good though and track is good too. But I would recommend it only for reading and just for basic beginning programming. The code needs some serious work! You probably are better off with another book. I am glad i got it from library, it is not my own :) I guess i can't change the stars but deserves 2 or 2.5 not 3.
1 of 1 people found the following review helpful:
3.0 out of 5 stars
Helpful for the beginner, but watch out for typos,
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
I'm new to PHP (with some experience in HTML and C++) and I found this a good ground-floor introduction to the basics of the language. It also walks you through setting up your own web server (which I had found intimidating, but this book made it fairly easy).
That said, there are a LOT of typos, both in the text and the code. For that reason, I would not recommend buying this book at full price (I got it for free at the library). Readers should take everything with a grain of salt and also should consult the publisher's "erratum" page before reading: http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764557831,descCd-view_errata.html And a memo to the authors: next time, use spell check!
1 of 1 people found the following review helpful:
2.0 out of 5 stars
This book was not proofread!!!,
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
I'm a recent Comp Sci grad from University of Maryland, so I'm pretty well versed in lots of programming languages. I needed to learn PHP for an employer and I saw this book in borders. Out of all the books there, I liked this one the best because of the learning flow, and it had exercises for you to do on your own - something most php books don't have.
However, the good news ends right about there. I am just starting the 3rd chapter and I am CONVINCED THAT THERE IS NO WAY this book could have gone thru an editor. It seriously seems like it was just written and printed! This book gets 2 stars because: 1) Every code example I've done so far (about 4 in the 2nd chapter, WOULD NOT RUN, even though I copied and pasted straight from the book. I actually had to debug the book!!! The bugs were simple things too, like missing semicolons or concat (.) symbols. If I weren't already used to debugging, then I would've pulled my hair out trying to find out what's wrong. 2) The solutions to the questions at the end of the 2nd chapter use programming concepts that they didn't introduce yet! A forloop is used in the solution, but loops aren't covered until chapter 4! When I went back to check my answer I thought to myself, 'Are you kidding me?!' Now, I usually don't write reviews on amazon, but I had to write one for this book. There must be MUCH BETTER books for php than this one. If you're paying this much money for something, you shouldn't have to settle for these kinds of problems. Do yourself a favor and buy ANY other book and make up your own test questions to solve. Thank God my employer paid for this and I didnt blow money on a book that wasn't edited at all.
1 of 1 people found the following review helpful:
3.0 out of 5 stars
Too verbose, too many typos, too many authors,
By jxbrad14 "lost but found" (Philly) - See all my reviews
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
Wrox books used to stand for quality but not anymore. I'm a web developer (MS tools mostly) and wanted to expand my skillset to include PHP. I relied on Wrox before but never again. I found so many typographical errors in both text and code samples. The errata download is useless since it missed 90% of the errors. The chapters seem to run on and on and on without fully explaining ALL of the code used in the samples [ie. code contains "this->var" but doesn't explain what "->" does]. There doesn't seem to be any consistency through out the book. Shame, the editing of this book probably suffered due to the transfer of ownership when Wiley took it over from Wrox Publishing. I'd suggest reading the PHP 5 manual that can be downloaded from from the PHP website. You can cover more in 30 minutes reading the online manual than you would in 8 hours reading this book.
3 of 5 people found the following review helpful:
2.0 out of 5 stars
a little dissapointed,
By
This review is from: Beginning PHP5 (Programmer to Programmer) (Paperback)
First off, I found many errors, grammatical and in their code, within the first three chapters. Then, to make sure I was on the right track I referenced the exercise solutions in Appendix A. They use code that they don't even introduce for another 400 pages. The first couple chapters are okay at teaching with syntax and showing how to write good code. Not great or outstanding, not even good... just okay. I'm definitly going to stay away from Wrox when I buy more programming books. Anybody have an awesome PHP book they want to sell me?
|
|
Most Helpful First | Newest First
|
|
Beginning PHP5 (Programmer to Programmer) by Allan Kent (Paperback - July 16, 2004)
$39.99 $26.39
In stock but may require an extra 1-2 days to process. | ||