<< 1 >>
Rating:  Summary: Save your money, mine is going back! Review: As always, another book for beginners that makes no sense. If you are like me trying to learn PHP/MySQL it looks like the NET is the way to go. Find tons of tutorials and read them. I only read the first 100+ pages and was not happy. It appears that they DONT KNOW what a beginner is! I'm still looking for a book to get my feet wet, so far I've read the "in easy steps" books from BN, and they were simple to grasp. But not enough.This has been one of my biggest complaints with books for beginners... Are they really for some one who knows nothing about the subject? Or is it marketing? You make the call. I have complained forever about this! It appears they start out good then lose it, and you are now stuck. PS This is my first review and I wanted to write it so you can see it really does not help the newbie. Good Luck in your PHP/MySQL learning.
Rating:  Summary: Good, but doesn't help much designing the actual page. Review: Good, but doesn't help much designing the actual page. I was hoping to learn to make the actual design of a page, but its mostly all about scripts. I like how you do get examples though.
Rating:  Summary: Wonderful for Beginners ! Review: One of the Best books I have ever read ,not only in Computers but in general.The author has brought out the exciting world of PHP/MySQL to a dumbo like me..!! To put in a nutshell when I finished reading the book I felt that someone who has guided me over is gone ! Needless to say that I strongly recommend this book for beginners..! :)
Rating:  Summary: Good but not great- it has unusable code Review: This book has been good for several things- teaching basic code, reusing snippets of scripts- but in Chaper 6- Working with Files, I haven't been able to get the code to work. Loading it from the companion CD, it didn't work off the bat. I went online for support and there is NO errata souce for the book which is really frustrating! I finally figured out the first problem in the code, but now I am stuck again. I like to use the book as a reference to work on a problem at hand, so this book isn't one for that. Also, the code that it suppllies should work without any tweaking needed (or tell you what tweaking needs to be done) and this book isn't one for that either. Therefore, I suggest borrowing the book from a friend or the library before purchasing, or buy it used. It is helpful at points, but en errata source would have made this perfect for me. For an example of a great book/resource on PHP and MySQL, see Larry Ullman's PHP & MySQL for Dynamic Web Sites.
Rating:  Summary: Good for beginners ... Installation issues Review: This book is excellent for someone who has zero or outdated programming knowledge. If you follow all the examples you will become knowledgeable enough to tackle more advanced titles on the subject. If you had problems getting the software working ... read the last section of this review. The book covers the basics of HTML, PHP, MySQL and programming concepts such as Variables, Conditions, Functions, Loops, String handling, Arrays etc. at a level and in a manner that beginners should warm to. Rather than a terse explanation of these topics, the author chose to "teach by example". Sometimes this approach works better ... especially in cases where the meaning of the code can be easily interpreted. The first Chapter on MySQL (CHAP 7) needs some work. It speaks about exporting a table into html and xml (page 281) but does not clearly explain that this exports the results of a query. You will first have to build a query (SELECT * FROM phoneList;) before you can export. There are a few other areas in the book where you have to "figure it out". For example, the use of "backslash-n" appears in the text without explanation. Unfortunately, the PHP manual did not clear it up for me. However, hats off to the author (Andy Harris) as other texts are so much more difficult for the beginner (i.e. non programmer). Installation Problems --------------------- I had problems getting the supplied PHP software working under Windows 2000. Since I have 2 other PHP books I consulted them only to find that the software supplied by both these did not work either. My Internet search turned up no solution but gave enough info that allowed me to stumble unto a solution. For those of you with a similar problem, try this - Download apache_1.3.23-win32-x86 or latest version (apache.org) Download mysql-3.23.49-win or latest version (mysql.com) Download php-4.2.3-Win32 or latest version (php.net) The Apache and MySQL installers run automatically but PHP requires some work. Once installed, test Apache with http://localhost/ ... you should see the default apache screen. Next you will need to get Apache to use PHP to interpret files with the .php extension. ... Also, remember to replace all \ with / when editing the configuration files. If all else fails, reread the installation info that came with the software and search the net for WAMP (Windows, Apache, MySQL, PHP). Good Luck.
Rating:  Summary: Great Book for anyone wanting to learn PHP & MySQL Review: This book will help anyone who has had any or no experience with programming. I found this book easy to understand and he shows great examples for almost everything. That was very important to me since I am a "show me" type of learner. Great Book!
Rating:  Summary: Great Book for anyone wanting to learn PHP & MySQL Review: This book will help anyone who has had any or no experience with programming. I found this book easy to understand and he shows great examples for almost everything. That was very important to me since I am a "show me" type of learner. Great Book!
Rating:  Summary: Great introduction to programming in general Review: While, of course, focusing on the aspects of PHP and MySQL programming, the first few chapters of the book also make sure to teach the fundamentals of all programming - scope of variables, arrays, the different options for loops, etc. This was extremely helpful to me. With the in-depth example programs and the useful "Challenges" at the end of each chapter, I was programming in PHP from day one. The only problem I had is that he doesn't cover the configuration of PHP much at all, and the example programs on the CD require a certain configuration of PHP that is not standard with installations - so, I had to alter his code in order to see it work on MY computer.
<< 1 >>
|