PHP and MySQL Web Development (4th Edition)
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| PHP and MySQL Web Development (4th Edition) | |||||||||||||||||||||||||||||
|
PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this book has been thoroughly updated to reflect the rapidly changing landscape of MySQL and PHP. The fourth edition of PHP and MySQL Web Development includes updated examples and coverage of recent versions of PHP 5.1, new coverage of PHP security and Web 2.0 social networks, and advance information on the features of the forthcoming PHP 6, including Unicode and new object-oriented functionality.
|
|||||||||||||||||||||||||||||
|
The PHP server-side scripting language and the MySQL database management system (DBMS) make a potent pair. Both are open-source products--free of charge for most purposes--remarkably strong, and capable of handling all but the most enormous transaction loads. Both are supported by large, skilled, and enthusiastic communities of architects, programmers, and designers. PHP and MySQL Web Development introduces readers (who are assumed to have little or no experience with the title subjects) to PHP and MySQL for the purpose of creating dynamic Internet sites. It teaches the same skills as introductory Active Server Pages (ASP) and ColdFusion books--technologies that address the same niche.
Authors Luke Welling and Laura Thomson's technique aims to get readers going on their own projects as soon as possible. They present easily digestible sections on specific technical processes--"Accessing array contents" and "Using encryption with PHP" are two examples. Each section centers on a sample program that strips the task at hand down to its essentials, enabling the reader to fit the process into his or her own solutions as required. Tables that list options and other nuggets of reference material appear as well, but the many examples and the authors' commentary on them take center stage. For reference material on MySQL, have a look at Paul DuBois's MySQL. On the PHP side, Web Application Development with PHP 4.0 is excellent. --David Wall Topics covered:
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 12 of 12 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 11-20-08 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Amazingly I've been waiting for the 4th Edition since 07/2007 - then 11/2007 then summer 2008 finally it arrived fall 2008!
When it arrived I bought it quickly. A great book that perhaps is a bit advanced for beginners - be careful if you are just starting out with MySQL and PHP - this book may not be quite for you. (Review Data Last Updated: 2009-01-02 12:59:26 EST)
|
|||||||||||||||||||||||||||||
| 11-12-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I bought the 4th Edition, and it was exactly what I expected for a PHP & Mysql book. It comes separated in 5 parts: PHP course, Mysql course, E-Commerce & Security, Advanced Techniques, Building Practical Projetcs.
The First two parts are a simple "crash course" for each technology. So you can step in the next chapters with the base. What I liked most is that it comes with very practical examples, and also the source code comes in the CD. This way you do not need to type everything. Also it comes with the software needed to install on your PC and start learning PHP =). (Review Data Last Updated: 2008-11-23 00:45:04 EST)
|
|||||||||||||||||||||||||||||
| 11-11-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book is excellent, but the only problem is that when I ordered, the description read "Hardcover," but I got "Paperback" instead . . . disappointing. . . .
(Review Data Last Updated: 2008-11-23 00:45:04 EST)
|
|||||||||||||||||||||||||||||
| 11-03-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Excellently written. If you know basic programming and have an idea to create a website with reasonable complexity free of cost with many of the free hosting solutions using PHP and MySQL this is the best book available.
(Review Data Last Updated: 2008-11-11 07:53:02 EST)
|
|||||||||||||||||||||||||||||
| 06-03-08 | 4 | 2\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I find this book very easy to understand and follow. The code is well explained except in some cases. For example the Page Class in Listing 6.1 uses the function htmlentities() but this function was not defined anywhere so it is left up to the reader to guess its implementation. I find this very frustrating. Also in the section on regular expressions on page 126 it is said "Note that when a dot is used at the beginning or en of a character class, it loses its special wildcard meaning and becomes just a literal dot". But just below this sentence we find that the dot is escaped with a backslash when validating the email so a very frustrating contradiction. Also in the listing 19.1 when it gets the stock quote using a regular expression. This stock quote is retrieved from the second element of the array $quote as $quote[1]. Why not the first element of this array as $quote[0]? I'm confused here!. I haven't finished the book yet but I found these errors very frustrating. That's why I give this book 4 stars and not 5. I'll keep reading and hopefully I won't find more inconsistencies and contradictions.
(Review Data Last Updated: 2008-11-03 00:44:16 EST)
|
|||||||||||||||||||||||||||||
| 12-16-07 | 2 | 0\7 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I order this book and been waiting and waiting. The date came for the book to arrvie and no book. So, a few days went on and still no book. I call the 1 800 number to see whats the problem and they change the date. So now i have to wait another 2-3 weeks for this book. We will see what happens when 2-3 week comes...
(Review Data Last Updated: 2008-03-19 21:28:13 EST)
|
|||||||||||||||||||||||||||||
| 09-21-07 | 5 | 0\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book was ordered for an evening class at a local college. I was able to easily locate the book using the ISBN and placed the order, which included free shipping. The book arrived on schedule and in excellent condition. I definitely would order through Amazon.com again. Thanks
(Review Data Last Updated: 2008-01-08 15:19:31 EST)
|
|||||||||||||||||||||||||||||
| 08-16-07 | 2 | 7\8 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I bought this book after reading all the rave reviews. At the time I was a beginner PHP programmer with very little programming experience. When I got my hands on this book I was very excited, until I got past the crash course.
For a beginner, this book has too many pages without examples. It just goes too deep. For me, I need a page of description and then an exercise to see how things work. There are sections of this book which go on forever without examples, and the writers say you can do things this way, or that way etc etc. This is just confusing and too dry to hold my attention. I have quite a few PHP books, 90% of which I have regretted buying. Online tutorials are much better of you want to learn from scratch, you'll pick up more techniques and develop a lot faster by doing these tutorials, most of which are free. One book that does stand out as being an excellent PHP book is 'PHP Solutions' by David Powers. From start to finish this is just a great book. Clear, concise and just a few paragraphs of text before you start exercises. In the space of a couple of weeks I really felt like I had improved, and it reinforced much of what I had learnt from doing online tutorials. 'PHP Solutions' is the best out there for PHP Development... Welling & Thompsons book falls way short in my opinion. (Review Data Last Updated: 2008-01-08 15:19:31 EST)
|
|||||||||||||||||||||||||||||
| 06-27-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I am new to PHP and happy to that now I've finally found a book that 'teaches'! I've tried other books on PHP and even looked at web sites that tried to teach it with no success. This book does not leave you confused. If you need a book that starts at the beginning, this is the one.
(Review Data Last Updated: 2008-01-08 15:19:31 EST)
|
|||||||||||||||||||||||||||||
| 04-21-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is one of the best overall software books I have ever read. It is the best PHP and MySQL book I have read so far. The structure of the book, the sequence of the material, and the technical explanations are excellent. It is not overly descriptive of details yet it defines the complex subject material very well. I maintain accounts on 1and1.com and all of the code examples from the book that I have tried so far worked with no problem after I changed file names to .php5. I was able to get the web forum application and the user authentication application up and running within 2 days of getting the book. I have experience in C, C++, and assembly programming but no real web development stuff. Also, I had bought (and returned!) three other books on PHP and MySQL before getting to this one. I am definitley keeping this book. 5 stars all the way!
(Review Data Last Updated: 2007-07-08 22:07:26 EST)
|
|||||||||||||||||||||||||||||
| 04-06-07 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
A good comprehensive review. Starts with the basic syntax and then brings you to full applications. Can be used by a novice or an experienced programmer expanding to a new language
(Review Data Last Updated: 2007-05-08 00:02:06 EST)
|
|||||||||||||||||||||||||||||
| 02-20-07 | 3 | 0\7 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I don't have a real reason for not using it other than everything I've wanted to do I could find decent examples on the web. So to be fair, I don't know if it's a good book or not. Thus the middle of the road 3 star rating.
(Review Data Last Updated: 2007-04-07 00:47:06 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 12 of 12 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |