Vous voulez voir cette page en français ? Cliquez ici.

19 used & new from CDN$ 4.99

Have one to sell? Sell yours here
 
 
Web Database Applications with PHP & MySQL
 
 

Web Database Applications with PHP & MySQL (Paperback)

by Hugh E Williams (Author), David Lane (Author)
4.3 out of 5 stars  See all reviews (35 customer reviews)

Available from these sellers.


5 new from CDN$ 14.99 14 used from CDN$ 4.99

Customers Who Bought This Item Also Bought

Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites

Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites

by Michele E Davis
5.0 out of 5 stars (1)  CDN$ 21.74
Programming PHP

Programming PHP

by Kevin Tatroe
3.5 out of 5 stars (33)  CDN$ 35.27
PHP Cookbook

PHP Cookbook

by David Sklar
4.4 out of 5 stars (14)  CDN$ 37.16
PHP and MySQL Web Development

PHP and MySQL Web Development

by Luke Welling
4.4 out of 5 stars (130)  CDN$ 41.57
JavaScript: The Definitive Guide

JavaScript: The Definitive Guide

by David Flanagan
4.5 out of 5 stars (45)  CDN$ 40.94
Explore similar items

Product Details


Product Description

From Amazon.co.uk

Web Database Applications shows Web developers how to build rich Web database applications using two leading open-source technologies, PHP and MySQL. The authors also assume use of the Apache Web server, which is by far the most common PHP scenario. Both PHP and MySQL are introduced from scratch, although this is a fast-paced book best suited to at least intermediate developers.

After a brief discussion of Web database applications, the authors offer a rapid tour of PHP essentials, including loops, expressions, functions and common mistakes. Next comes a quick-start guide to MySQL, focusing mainly on the SQL language itself. The following chapters tackle connecting to MySQL and other databases, implementing user-driven queries and enabling writing as well as reading data. There is a useful chapter on data validation, both on the client and the server and excellent coverage of another crucial subject: security and authentication. This looks at the fundamentals of HTTP authentication and examines security features in both Apache and PHP, identifying weaknesses and explaining pros and cons. The closing chapters form a detailed case study, an online wine store, with complete code available for download. It embraces user management, a shopping cart, searching, ordering and delivery, covering many key topics in the process. At the back of the book are appendices on a range of issues, including installation, Web protocols, database modelling and session management.

Web Database Applications is tightly-focused, packing in lots of solid technical information without wasting words. It does not pretend to cover all the potential uses of PHP, and the screen shots will not win prizes for design, but it's a great handbook for building robust, secure database applications with these popular technologies. --Tim Anderson



Review

"As symbolized by the duck-billed platypus on the cover it is a book that will help you to survive in a rapidly changing world. Submerge yourself in proven technology and emerge unscathed once the dots have fallen out by the wayside. Recommended for its excellent examples which will save you thousands in case you need to develop a similar application." Information Security Bulletin, July 2002 "The book manages to deliver on two levels at once - the concepts, planning and design process as well as implementation. It's also surprisingly well written, and manages not to be too smug or patronizing." - Nick Veitch, LinuxFormat, October 2002

Inside This Book (Learn More)
Browse and search another edition of this book.
Browse Sample Pages
Front Cover | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What do customers ultimately buy after viewing this item?

Web Database Applications with PHP & MySQL
45% buy the item featured on this page:
Web Database Applications with PHP & MySQL 4.3 out of 5 stars (35)
PHP and MySQL Web Development
21% buy
PHP and MySQL Web Development 4.4 out of 5 stars (130)
CDN$ 41.57
Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites
16% buy
Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites 5.0 out of 5 stars (1)
CDN$ 21.74
PHP Cookbook
12% buy
PHP Cookbook 4.4 out of 5 stars (14)
CDN$ 37.16

 

Customer Reviews

35 Reviews
5 star:
 (23)
4 star:
 (3)
3 star:
 (4)
2 star:
 (5)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (35 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

 
1 of 1 people found the following review helpful:
3.0 out of 5 stars Very good in principle but falls down on errata, Sep 26 2003
By A Customer
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.

Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Very useful and practical guide, Mar 19 2003
By Jonck van der Kogel (Rotterdam, The Netherlands) - See all my reviews
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!
Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Comprehensive review and examples, Jul 6 2004
By John A. Suda (Rochester NY) - See all my reviews
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.

Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Most recent customer reviews

5.0 out of 5 stars Great start on PHP/MySQL for programmers
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. Read more
Published on Jun 9 2004 by K.M.

5.0 out of 5 stars Wonderful book!
I've done several PHP and MySQL development jobs, and there
are problems which constantly hunt me...until I find this book. Read more
Published on Oct 3 2003 by doudou1229

5.0 out of 5 stars Excellent Tutorial style intro for Intermediate programmers.
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... Read more
Published on Oct 1 2003 by Harinath Thummalapalli

5.0 out of 5 stars the best book on the subject
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. Read more
Published on Sep 23 2003 by amugfo01

5.0 out of 5 stars A serious book
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. Read more
Published on Mar 16 2003

4.0 out of 5 stars PHP and MySQL straightforward and made clear
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. Read more
Published on Mar 5 2003 by tobeseen

2.0 out of 5 stars Read my review
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. Read more
Published on Feb 25 2003 by Jonathan

2.0 out of 5 stars Not Worth It
My background - a little bit of perl, BASIC language, html.

This book in the first 2 or 3 chapters walks you through as to 'what is PHP? Read more

Published on Feb 1 2003

2.0 out of 5 stars Not Worth It
My background - a little bit of perl, BASIC language, html.

This book in the first 2 or 3 chapters walks you through as to 'what is PHP? Read more

Published on Feb 1 2003

5.0 out of 5 stars Educational, NOT merely instructional! Great Book.
This is an EXCELLENT book for an intermediate programmer, likely the best PHP/MYSQL combo book out there. Read more
Published on Dec 11 2002 by Juggernautica

Only search this product's reviews



Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.