or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
41 used & new from $1.54

Have one to sell? Sell yours here
 
   
Web Database Applications with PHP & MySQL
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Web Database Applications with PHP & MySQL (Paperback)

~ (Author), (Author), (Author)
4.3 out of 5 stars  See all reviews (57 customer reviews)

List Price: $44.95
Price: $34.16 & this item ships for FREE with Super Saver Shipping. Details
You Save: $10.79 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 7 to 13 days.
Ships from and sold by Amazon.com. Gift-wrap available.

10 new from $3.99 31 used from $1.54

Formats

Amazon Price New from Used from
  Hardcover -- -- --
  Paperback $29.67 $24.37 $10.00
  Paperback, March 2002 $34.16 $3.99 $1.54
There is a newer edition of this item:
Web Database Applications with PHP & MySQL, 2nd Edition Web Database Applications with PHP & MySQL, 2nd Edition 4.3 out of 5 stars (57)
$29.67
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Frequently Bought Together

Web Database Applications with PHP & MySQL + Programming PHP + PHP Cookbook
  • This item: Web Database Applications with PHP & MySQL by Hugh E Williams

    Usually ships within 7 to 13 days.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Programming PHP by Kevin Tatroe

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • PHP Cookbook by David Sklar

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

PHP Cookbook

PHP Cookbook

by David Sklar
4.5 out of 5 stars (40)  $29.69
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
2.1 out of 5 stars (10)  $21.89
Learning PHP 5

Learning PHP 5

by David Sklar
3.3 out of 5 stars (26)  $19.77
Learning PHP and MySQL

Learning PHP and MySQL

by Michele E. Davis
3.2 out of 5 stars (26)  $21.89
MySQL Cookbook

MySQL Cookbook

by Paul DuBois
4.7 out of 5 stars (28)  $31.49
Explore similar items

Editorial Reviews

Amazon.com Review

PHP and MySQL go hand in hand; the former has been carefully adapted, through the efforts of the open-source community, to the latter. For situations that require dynamic content but don't merit the complexity and development time of Java or .NET enterprise applications, the PHP language and the MySQL database server fit the bill perfectly. That's the point Hugh Williams and David Lane make in Web Database Applications with PHP & MySQL, which combines language tutorials with application design advice to yield a comprehensive picture of its subjects at a reasonable price. Williams and Lane--both Australian academics who use an online wine store in many of their examples--deserve tremendous kudos for their way of presenting recommended coding strategies. Though the code listings themselves aren't remarkably well commented, the authors do a commendable job of explaining in prose what the code is up to.

Case in point: The ever-essential task of using PHP to open a connection to a MySQL database, submit a query to that database, receive a response, and format the returned rows, if any. The book addresses this problem with a straight code listing, followed by text that explains what's happening in five numbered steps. Similar care goes to the other popular applications of the PHP/MySQL duo: session management, shopping carts, and authentication of users. --David Wall

Topics covered: How to use the PHP server-side scripting language and the MySQL database engine to underlie dynamic Web sites (those that rely on database queries) and full-on Web applications, such as those that require session management and maintenance of user rosters. Tutorials in both subjects begin with the basics and proceed through moderately complicated stuff, though there's no absolutely comprehensive reference here.



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

Product Details

  • Paperback: 582 pages
  • Publisher: O'Reilly Media; 1 edition (March 2002)
  • Language: English
  • ISBN-10: 0596000413
  • ISBN-13: 978-0596000417
  • Product Dimensions: 9.1 x 7.1 x 1.6 inches
  • Shipping Weight: 2.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (57 customer reviews)
  • Amazon.com Sales Rank: #577,884 in Books (See Bestsellers in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Look Inside This Book

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

57 Reviews
5 star:
 (36)
4 star:
 (7)
3 star:
 (7)
2 star:
 (7)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (57 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
185 of 191 people found the following review helpful:
4.0 out of 5 stars Sams vs. O'Reilly PHP & MySQL books: Which one to buy?, October 14, 2002
By macktheknife (Northern, CA) - See all my reviews
I have just started learning some PHP & MySQL development using "PHP & MySQL Web Development" published by Sams and "Web Database Applications with PHP & MySQL" from O'Reilly. Prospective readers might be wondering the difference between the two in deciding which one to buy, so I hope to shed some light on the issue.

Sams: The Welling and Thomson book is more "hands-on" in that it takes the reader step-by-step in developing an e-commerce website. The chapters are organized in a goal-oriented manner: PHP, MySQL, the basics of e-commerce, security, and design of the site.

O'Reilly: The Williams and Lane book is structured in a similar way by showing readers PHP and then MySQL. Examples to reinforce concepts are also provided. While the O'Reilly book also tries to take the reader in developing an e-commerce site, it is a bit more theoretical. Also, there are some differences in focus: the O'Reilly book has a section on using JavaScript while the Sams book has a final chapter on creating PDF files using PHP.

If I had to choose just one book, I would go with the Sams book due to its more gentle learning curve. However, I believe that the O'Reilly book is no slouch, and I will probably come to appreciate it more once I gain more experience in PHP and MySQL development.

One last word about my programming background: I knew a bit of Perl, Java, HTML, and JavaScript before tackling PHP and MySQL. I consider myself to be an "advanced beginner" (an oxymoron, of course). To get the most out of these two books, you should know HTML well enough to read it (you should at least recognize some tags) and it would definitely be helpful if you have some programming experience. You could very well make PHP your first programming language, but I would advise against it. Start with something like Perl (whose syntax is very similar to PHP's).

I highly recommend both books to prospective PHP and MySQL developers who are willing to spend some time and effort.

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



 
78 of 80 people found the following review helpful:
5.0 out of 5 stars A good grounding in PHP/mySQL, April 11, 2002
I've been entrenched with JSP heavily for the last couple of years, so I haven't familiarised myself with PHP yet. I needed a book that would show me a larger picture than I got in a web developer's job, and showed me how to put it together with more modern techniques.
This book is a perfect example of why I choose O'Reilly whenever in doubt. Chapter 1 is an overview of how web applications are put together. Chapter 2 goes through all the basic PHP syntax (stuff that would take other books several fluffy dry chapters to process). Chapter 3 gets you through all the mySQL and sql basics so you feel comfortable with that, too.
There's no 4 page tutotial entitled: "Using a text editor: Wordpad" There's also no kitch "Employee Database" example cop-out. Instead, Hugh and Dave give a realistic and usable storefront application. This book alone is probably enough for the independent web developer to get a functional site up for her/himself or a client.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
24 of 24 people found the following review helpful:
5.0 out of 5 stars Excellent Tutorial style intro for Intermediate programmers., October 1, 2003
By Harinath Thummalapalli (Austin, TX United States) - See all my reviews
(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!

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


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars A straight-forward made-easy presentation
This has been my first ever book purchase through Amazon. I was quite fortunate to select this book. Read more
Published 4 months ago by Grigorios Tapeinos

5.0 out of 5 stars Great book
I think this is one of the best buys you can do, the book is clear, useful and with a just price, 100% recommendable.
Published 8 months ago by Guadron

2.0 out of 5 stars Errata Galore
New to PHP and haven't touched SQL in quite a few years. I was looking for a good beginning PHP book, not overly simplified as I have some programming experience. Read more
Published 14 months ago by D. Fish

3.0 out of 5 stars Good Book, Serious ERRORS
This is a good book with a nice overview of the stated subjects.

However, I cannot evaluate the application presented because the appendix on installing Easy PHP on... Read more
Published 15 months ago by Gregory Houtz

4.0 out of 5 stars MySQl-PHP textbook
As usual in text books, there is a lot of useless information that is not necessary, but since writers are paid by the word, this is to be expected. Read more
Published on February 18, 2007 by James E. Verry

4.0 out of 5 stars I really like this book
I really like this book--direct, no-nonsense, and intelligently written with a minimum of jokes.

One thing that seems strange, that I'm hoping someone can clarify:... Read more
Published on November 17, 2006 by Dr. Robotnik

3.0 out of 5 stars Fairly Useful
The book got me off the ground with my first client application, a rudimentary database maintenance system. Read more
Published on November 6, 2006 by Carolyn L. Friedberg

4.0 out of 5 stars Buy this book
If your having trouble deciding on a book for your php & mysql development buy this book. It covers all major aspects of php and mysql web development and then some. Read more
Published on October 25, 2006 by Tyler J. Wilkinson

2.0 out of 5 stars Disappointingly poor index
I'm new to PHP and MySQL, but a programmer for over 3 decades. I'm customizing some PHP code, using code examples for ideas. Read more
Published on June 27, 2006 by Jim Ratliff

5.0 out of 5 stars The best starting point to php and mysql
I bought this book with the hope I could learn just enought to get me started with web application development. Read more
Published on April 27, 2006 by M. Zuleta

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!



Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


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.