Amazon.ca : L'avis des consommateurs: Web Database Applications with PHP and MySQL

L'avis des consommateurs


35 évaluations
5 étoiles:
 (23)
4 étoiles:
 (3)
3 étoiles:
 (4)
2 étoiles:
 (5)
1 étoiles:    (0)
 
 
 
 
 
Évaluation du client type
Partagez votre opinion avec les autres clients
Créer votre propre commentaire
 
 
Rechercher uniquement sur les commentaires portant sur ce produit

Le commentaire favorable le plus utile
Le commentaire critique le plus utile


1 internautes sur 1 ont trouvé ce commentaire utile :
5.0étoiles sur 5 Very useful and practical guide
Web Database Applications by H.E. Williams and D. Lane is a truly wonderful book if you are looking to learn how to get an online database application up and running fast. The book eases you into PHP with a decent length chapter on the basic syntax of the language, followed by an introduction of MySQL.
After that, each chapter will teach you new techniques which are...
Publié le Mars 19 2003 par Jonck van der Kogel

› Voir plus de commentaires 5 étoiles, 4 étoiles
versus
1 internautes sur 1 ont trouvé ce commentaire utile :
3.0étoiles sur 5 Very good in principle but falls down on errata
Like others I've found this text an absolute corker for getting started with on-line databases.
However, after struggling with one of the examples for several hours I was disappointed to finally realise that the code was woefully short.
Just in case, I thought, I'll check the book's web site for errata, and found several pages of it! Some of which contains errors,...
Publié le Sep 26 2003

› Voir plus de commentaires 3 étoiles, 2 étoiles, 1 étoiles

‹ Précédent | 1 2 3 4| Suivant ›
Les plus utiles d'abord | Les plus récents d'abord

 
1 internautes sur 1 ont trouvé ce commentaire utile :
3.0étoiles sur 5 Very good in principle but falls down on errata, Sep 26 2003
Par Un client
Like others I've found this text an absolute corker for getting started with on-line databases.
However, after struggling with one of the examples for several hours I was disappointed to finally realise that the code was woefully short.
Just in case, I thought, I'll check the book's web site for errata, and found several pages of it! Some of which contains errors, like wrong page number!!!!!
I don't know about you but I find it hard to learn new stuff when the examples don't work.

Well I finally got the code to work and I've submitted it to the publishers. But, whilst I'm quite an experienced developer, I've only been looking at PHP, MySQl & Java for a couple of weeks and presumably it takes longer to write a book.
So how come the readers are fixing the authors code?
Maybe I should write a book ...

Was going to give 4* but because of the errors went down to 3.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
1 internautes sur 1 ont trouvé ce commentaire utile :
5.0étoiles sur 5 Very useful and practical guide, Mars 19 2003
Par Jonck van der Kogel (Rotterdam, The Netherlands) - Voir tous mes commentaires
Web Database Applications by H.E. Williams and D. Lane is a truly wonderful book if you are looking to learn how to get an online database application up and running fast. The book eases you into PHP with a decent length chapter on the basic syntax of the language, followed by an introduction of MySQL.
After that, each chapter will teach you new techniques which are instantly applicable to a real-world online database system. Among others this book will teach you how to: write scripts that interact with MySQL, deal with security issues, handle sessions, handle shopping carts and lots lots more.
The book was written before the introduction of PHP 4.2, so certain 4.2 (and up) specific issues are not covered. However, most of the examples in the book have been re-written for use with 4.2 and can be downloaded freely. On top of this the authors supply a level of support that is all but unheard of. Every question that I asked was answered within 1 day if not within the same day.
All in all this book is at the top of it's league, I can highly recommend it!
Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
5.0étoiles sur 5 Comprehensive review and examples, Juil 6 2004
Serving up dynamic content with scripting applications is all the rage now in the website development world. These scripting applications can provide customized information pages, shopping carts and content-management systems, and user-influenced web experiences. While "old-fashioned" static sites and pages still have their place, dynamic content sites are becoming more and more prevalent, primarily due to their obvious advantages, but also to their modest costs. The reason for these low costs is because the software applications are generally free, thanks to the open-source movement.

Apache is an open-source web server application widely used. The most prevalent and preferred scripting application is PHP; MySQL is the predominant database management program. These three drive the great increase in dynamic content web development. While essentially free, their installation, configuration, and use requires some technical and programming skills and knowledge, but small and medium-size database-driven web sites can be managed by those not expert in programming or database management.

While there is a lot of material available on the Internet about this software and database-driven sites, and a number of books available on these topics, none is as thorough and complete as "Web Database Applications with PHP and MySQL", by Hugh E. Williams and David Lane. This volume is in its 2nd edition and is a 2004 publication of O'Reilly Media Inc. The book presents an overview of dynamic web sites using open-source software and relates the principles behind generating dynamic content with database applications. The focus is on PHP, the scripting language, and MySQL, the database management software.

As befits a couple of university-associated authors, the book reads much like a college textbook. The twenty chapters include an introduction to PHP, SQL (Structured Query Language), and my SQL, covering PHP v.5, the very latest version and MySQL 4.1. The PHP chapters describe the components of the language and its syntax, variables, conditions, loops, arrays, functions, types, and more. The SQL and mySQL chapters cover database basics, tables, queries, and functions. All this material is presented systemically and thoroughly.

The thrust of the earlier chapters is to prepare for the comprehensive web example of "Hugh and Dave's Online Wines" site. That site is constructed from the component materials covered individually in the prior chapters - how to manage customers, creating a shopping cart, dealing with orders and shipping, searching the inventory, and authentication of buyers. There is a lot to developing a medium-sized site like this, but everything one needs to know is described and explained as the book progresses.

Extra materials are included as well, including information on PEAR, which is the repository of PHP extensions - script additions which are additional functionings to PHP, or are pre-made containers of code to be used modularly with your existing code; an introduction to object-oriented programming in PHP 5; a chapter on error handling and reporting , including customized reporting; a chapter on the mixed usage of Javascript and PHP; and an important chapter on security of scripts and databases.

All this includes access to the code snips at a website maintained at O'Reilly for downloading.

For intermediate level developers, this is a worthwhile resource.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
5.0étoiles sur 5 Great start on PHP/MySQL for programmers, Jui 9 2004
Par K.M. (Albany, NY USA) - Voir tous mes commentaires
When I got this book, I already had experience programming in Perl, but PHP was entirely new to me. I also had database/SQL knowledge, but had never touched MySQL. I knew the powerful combination of PHP and MySQL was the key to solving a big programming problem, but I didn't know where to start. This book made learning a breeze. Just a couple days after I picked it up, my test PHP/MySQL application was working. The rest is history.

I think this book would be great for intermediate programmers who want to implement PHP and MySQL, but don't know how. I was amazed at how quickly this book got me off the ground. (Hint: people with no clue about databases may want to supplement this with a MySQL- or database-specific reference, though this guide does provide some basics.)

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
5.0étoiles sur 5 Wonderful book!, Oct. 3 2003
Par doudou1229 "doudou1229" (Irvine, CA United States) - Voir tous mes commentaires
I've done several PHP and MySQL development jobs, and there
are problems which constantly hunt me...until I find this book.
O'Reilly has done a great job brining this book to readers.
It started with useful introduction to PHP, with details
showing how great PHP is--all the useful functionalities,
arrays, objects, etc. Then the MySQL part is also great,
with introduction to SQL language for people who are not
familiar.

Strongly recommend.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
5.0étoiles sur 5 Excellent Tutorial style intro for Intermediate programmers., Oct. 1 2003
Par Harinath Thummalapalli (Austin, TX United States) - Voir tous mes commentaires
(TOP 500 REVIEWER)    (REAL NAME)   
As the title indicates, this book is all about building websites powered by database applications. The book uses PHP and MySQL for a scripting language and a database technology respectively. Familiarity with programming and computers is assumed but other than that, not much else is assumed. The authors do an excellent job of explaining some of the fundamental concepts underlying database driven websites. All this is done in simple terms without too much jargon. To top it all off, a tutorial style approach is taken to illustrate how all these concepts come together. The tutorial is on building an online retail site that sells wines. The sample code used in the book can be downloaded from the publisher's website.

PHP is a powerful language that is open source and that can be used in lieu of Java and .NET technologies for many web applications that aren't too complex. For most small business owners, this should suffice. I am not too sure about using it in large corporations. This is one of the most popular open source technology along with Linux and MySQL.

MySQL is an open source database that can be used instead of SQL Server, Access, or Oracle. Once again, when the database application gets complex, I am not confident of its ability to handle the complexity. This is also excellent for small businesses but not large corporations.

There are about 13 chapters and 5 appendices spanning 550 pages starting with an introduction to database applications and the web, continuing with an intro to PHP and MySQL, covering the main concepts behind web technologies and ending with the sample wine store application. The main concepts discussed are querying databases, writing to databases, validations on the server and client, session management, user authentication and security. The appendices handle installation, modeling and designing relational databases, managing sessions in the database tier, etc.

Overall, the selection of topics is perfect for Intermediate programmers and the explanations are very detailed yet simple. This is probably one of the reasons this book is so popular. I have thoroughly enjoyed using this book and I am not surprised to see such a high quality book from this publisher. I am not familiar with the authors but I am going to keep an eye open in the future for other books by them.

I felt it was a bit pricey for a book of this nature but this is the only one I could find that covered these specific topics so I am not going to complain. Enjoy creating your own database driven website!

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
5.0étoiles sur 5 the best book on the subject, Sep 23 2003
Par "amugfo01" (Medford, MA United States) - Voir tous mes commentaires
If you want to learn how to build a large scale php web app from start to finish this is the best book you can buy. Nearly every question i had was clearly explained, from user input validation to file uploads, from database queries to session management, its all here. Some books show you lots of small toy projects, this one builds a (nearly) industrial strength e-commerce site. The lessons are fairly universal, too - i used what i learned form this book to build a full scale dating web site.

The only beef i have with this book is that the code is entirely procedural, as opposed to object-oriented. This may not be a problem for most people, but i really feel that, after a site reaches a certain level of complexity, objects really make the code a lot easier to manage. There are also a truly heroic number of typos, so be sure to read the errata on the books web site. That i can still give this book 5 stars is just another testament to its excellence.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
5.0étoiles sur 5 A serious book, Mars 16 2003
Par Un client
This book is the only technie guide that discusses the theory behind building a web database application. It's written in a concise, information packed style. You'll learn everything you need to know from the ground up, and you'll think a lot more about applications as you build them after you've worked your way through the book. Great book guys! The only downside is that it is about PHP 4.0 and not 4.3. However, the authors have put up PHP 4.2 code on their website.

I can't agree with the negative reviews of this book. You need an attention span to read it -- it's a serious book. If you "learn by visual" (I don't understand what this means) or you don't want it too "theoritical" (you can't even spell it "A reader"), then this isn't the book for you. It worries me what sort of programmers these people are. Can you really learn a serious topic with pictures and no theory? I don't think so.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
4.0étoiles sur 5 PHP and MySQL straightforward and made clear, Mars 5 2003
Par "tobeseen" (St. Louis, MO United States) - Voir tous mes commentaires
This book, as most O'Reilly books I own, contains a wealth of information that has taken me from being a novice to being able to construct my own dynamic website. I recommend this book for both beginners and experience users as it is a great reference too. The authors have also been helpful when prompted for questions and help. The code in the book is available for download and also contains updated code for PHP 4.2. The only drawback is this version of the book does not address the changes in 4.2, but I would assume the next version will. In any case: I Highly Recommend!!!
Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
2.0étoiles sur 5 Read my review, Fév 25 2003
I am a well versed programmer who has read many programming books by many different authors. If you are a person who learns by visual do not get this book. Here are some of the pitfalls of this book.
1. They throw globs of code at you and do not explain what any of it is doing. You have to figure it out for yourself.
2. This book is not a step by step book for beginners, you will get lost.
3. The name and the reviews fooled me. This book is not for the beginner who would like to advance into the subject of creating Dynamic web sites.

If anyone knows of a good book on the subject of creating dynamic web sites using php, and that is very visual and in a step by step format please let me know.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


‹ Précédent | 1 2 3 4| Suivant ›
Les plus utiles d'abord | Les plus récents d'abord
 

Ce produit

Web Database Applications with PHP and MySQL
Web Database Applications with PHP and MySQL par Hugh E Williams (Paperback - Mai 13 2004)
CDN$ 65.95 CDN$ 41.55
En stock
Ajouter au panier Ajouter aux z'envies cadeaux

Où en sont mes commandes ?

Livraison et retours

Besoin d'aide ?

amazon.ca Accueil Amazon
Sites Amazon :  États-Unis  |  Royaume-Uni  |  Allemagne  |  France  |  Japon  |  Chine
Business Programs: Sell on Amazon  |  Devenez Partenaire
Contact Us  |  Aide  |  Votre Panier  |  Votre Compte
Conditions générales de vente |  Déclaration de confidentialité  © 2008-2009, Amazon.com, Inc. et sociétés affiliées. Tous droits réservés. Amazon.ca est une marque de commerce d'Amazon.com, Inc.