See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.
MySQL/PHP Database Applications and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

32 used & new from $2.00

Have one to sell? Sell yours here
 
 
MySQL/PHP Database Applications
 
 
Start reading MySQL/PHP Database Applications on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

MySQL/PHP Database Applications [ILLUSTRATED] (Paperback)

by Jay Greenspan (Author), Brad Bulger (Author) "THE BULK OF THIS CHAPTER is for those of you who have made it to the early 21st century without working with relational databases..." (more)
Key Phrases: atts array, int link identifier, update existing styles, San Francisco, Code Breakdown, Class Name (more...)
3.1 out of 5 stars See all reviews (41 customer reviews)


Available from these sellers.


9 new from $8.73 23 used from $2.00
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $23.76
Paperback (2) $40.00 $26.40 33 used & new from $4.78
There is a newer edition of this item:
MySQL/PHP Database Applications, 2nd Edition MySQL/PHP Database Applications, 2nd Edition 3.1 out of 5 stars (41)
$26.40
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

PHP MySQL Website Programming: Problem - Design - Solution

PHP MySQL Website Programming: Problem - Design - Solution

by Chris Lea
Web Database Applications with PHP & MySQL, 2nd Edition

Web Database Applications with PHP & MySQL, 2nd Edition

by Hugh E. Williams
4.3 out of 5 stars (57)  $29.67
Secure PHP Development: Building 50 Practical Applications

Secure PHP Development: Building 50 Practical Applications

by Mohammed J. Kabir
1.9 out of 5 stars (14)  $35.00
PHP and MySQL Web Development (4th Edition) (Developer's Library)

PHP and MySQL Web Development (4th Edition) (Developer's Library)

by Luke Welling
4.4 out of 5 stars (199)  $31.49
PHP for the World Wide Web, Second Edition (Visual QuickStart Guide)

PHP for the World Wide Web, Second Edition (Visual QuickStart Guide)

by Larry Ullman
4.3 out of 5 stars (79)  $19.79
Explore similar items

Editorial Reviews

Amazon.com Review
How could the combination of PHP and MySQL--which is feature-rich, highly reliable combination, capable of dealing with large traffic volumes, and absolutely free of charge in most cases--be any better? In MySQL/PHP Database Applications, Jay Greenspan and Brad Bulger explain how to work with the capable pair, primarily for applications you might use on a Web site. If you take the time to study the advice and work through your own tests of the concepts presented, it's pretty much certain that you'll walk away with the knowledge you need to do serious development work with the PHP scripting language and the MySQL database server.

Rather than make up trivial programs just to illustrate aspects of the MySQL/PHP environment, this book features code snippets, each half a page or so in length, that illustrate the behavior of key code structures. For example, in explaining conditional statements in PHP, the book gives you a no-frills IF statement with real values in place. It's not always obvious how the code structures will behave in practice, but the book does a consistently good job of commenting intelligently on the place of each aspect of the language in a well-designed application. The latter half of the book attacks specific problems--a chat system, a guest book, and so on--and walks through the setup of MySQL and each important PHP function for each. --David Wall

Topics covered: The PHP server-side scripting language and the MySQL database server, explained for people who have neither a lot of database administration background nor programming experience. Matters of creating and querying databases, and of performing simple and advanced operations with PHP scripting, are covered adroitly.

Product Description
More businesses and ambitious individuals are trying to bring applications to the Web but they are bewildered with the array of components and concepts needed to create a data-driven site. The cost, stability and ease of development using the Open Source PHP 4 scripting language and a MySQL database makes this combination the best choice for small and mid-size Web-based applications. PHP4/MySQL Database Applications demonstrates web-application development by presenting seven real, ready-to-use examples starting with a simple guess book and ending with a fully-functional e-commerce site with a shopping cart. Inexperienced users will learn the essentials of working with PHP4 and MySQL so they can start building and customizing database applications for the web right away!

See all Editorial Reviews


Product Details

  • Paperback: 648 pages
  • Publisher: Wiley (January 2001)
  • Language: English
  • ISBN-10: 0764535374
  • ISBN-13: 978-0764535376
  • Product Dimensions: 9.1 x 7.4 x 1.5 inches
  • Shipping Weight: 1.9 pounds
  • Average Customer Review: 3.1 out of 5 stars See all reviews (41 customer reviews)
  • Amazon.com Sales Rank: #1,107,510 in Books (See Bestsellers in Books)

Inside This Book (learn more)

Citations (learn more)
2 books cite this book:


Books on Related Topics (learn more)
 
 

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.
(60)
(98)
(16)
(11)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

41 Reviews
5 star:
 (8)
4 star:
 (11)
3 star:
 (5)
2 star:
 (11)
1 star:
 (6)
 
 
 
 
 
Average Customer Review
3.1 out of 5 stars (41 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
16 of 16 people found the following review helpful:
4.0 out of 5 stars Quality Content, Sloppy Editing, March 3, 2001
By Steve Johnson (Grand Rapids, MI USA) - See all my reviews
While the examples are great and the topic coverage is excellent, there are 2 or more typos on almost every page. It looks like they were in such a hurry to get the thing out the door that quality control was not a consideration.

The typos aren't just in the text; they are quite common in the examples. For instance, when showing an example of a "contact" table, the text refers to contacts while the example shows contracts. There are missing "_"'s in the data names and PHP and SQL syntax mistakes throughout.

Given that, if you are willing to debug the text and the examples, you'll find 99% of what you will need to know to be able to create a database driven website with Apache/PHP/MySQL.

If you need the information now, buy it. If you can, I'd wait for the second edition; perhaps they can reduce the mistakes.

sj

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



 
18 of 20 people found the following review helpful:
2.0 out of 5 stars Too Much Fluff, February 23, 2002
By A. C. Johnson (Oakland, CA USA) - See all my reviews
(REAL NAME)   
I first learned PHP from Luke Welling and Laura Thomson's excellent "PHP and MySQL Web Development," and bought 'MySQL/PHP Database Applications' to provide an alternative perspective on solving problems. Unfortunately, this book doesn't offer enough content to warrant its high price.
A full 58 pages is devoted to a PHP function reference which is a bit of a joke because PHP has one of the better online function references available. Code examples are printed with very large font again taking up more space than is necessary.
Most important, though, some of these examples are a little bit suspect.
They present a Catalog application written using Object Oriented Programming (OOP). This would have been valuable except that the classes they create are so specific that they couldn't be re-used -- basically negating the value of OOP to begin with.
They do provide a couple of examples of good and bad relational database schema, but that isn't really worth the cost of this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 7 people found the following review helpful:
5.0 out of 5 stars Great for a quick introduction to PHP and MySQL, March 22, 2001
By A Customer
Overall, I found this book to serve as an excellent introduction to development using PHP and MySQL. The authors have a refreshing, no-nonsense approach to presenting information on MySQL and PHP quickly and in an easily understandable manner. However, on the flip side, this book is definately not for the beginning programmer. It is clear that the authors assume at least some familliarity with procedural programming languages, especially when presenting their examples. In the end, I heartily recommend this book to its target audience- programmers with some experience looking to learn how to use PHP with MySQL.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

1.0 out of 5 stars I NEVER RECEIVED THIS ORDER!
RE: MYSQL/PHP DATABASE APPLICATIONS 2ND EDITION BOOK
I NEVER RECEIVED THIS ORDER!
I DID NOT RECEIVE MY MONEY BACK OR ANY ATTEMPT ON THE PART OF THE SELLER OR AMAZON... Read more
Published 12 days ago by Marci L. Cochran

4.0 out of 5 stars Great Book, I am missing the CD though.
I like this book and I find it very informative. I have both the first edition and the second edition. Read more
Published 8 months ago by Richard Lee Hankins Jr.

3.0 out of 5 stars A General Guide
When most individuals cover a topic in a non-fiction book they start generally then begin honing in on their topic. This book never seems to get to the specifics. Read more
Published on June 13, 2006 by Daniel R. Ziegler

5.0 out of 5 stars Loved it!
I'm puzzled by the negative reviews. I'm a 30 year vet in computing, recently retired, and doing web/tech computing part time. Read more
Published on September 1, 2004 by Owen Densmore

1.0 out of 5 stars bogus code
Unfortunately for me I spent the $40 for this book. What a mistake!

When I first opened it up I was exited by the project management example in chapter 17. Read more
Published on July 28, 2004 by D. Guiness

4.0 out of 5 stars Well written, but now outdated
This is a great book, two years ago. I have spent more time and energy than I wish over the last two months trying to get the syntax differences down, and hunt down bugs in the... Read more
Published on April 23, 2003 by jonatbumpycircledotcom

5.0 out of 5 stars Cover to cover, a great book to get you started
I loved this book. 2 years after reading it, I'm now programming php and mysql database applications professionally. This book is a great way to get started using php and mysql.
Published on April 10, 2003

1.0 out of 5 stars Recommend NOT to buy this book
This book is not well explained overall. As I It is hard to find a book convined MySQL and PHP, but I recommend to look for another book. Read more
Published on February 21, 2003 by joe

2.0 out of 5 stars It COULD be worse...
As a general overview, the content of the book is pretty good, and would have been great... but the authors and editors do a VERY poor job of being specific where necessary,... Read more
Published on February 5, 2003 by bsenftner

4.0 out of 5 stars A very good book as "short course" in php & mysql
This book is very good for "not too novice" who would like to learn PHP & MySQL simultaneously. It is a nice book. Read more
Published on January 22, 2003 by reza iqbal

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Light It Up

Shop for sconces

Add light and beauty to your home with sconces from the Lighting & Electrical Store. Shop our extensive selection of indoor and outdoor fixtures.

Shop all sconces

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Tighten to a T

Shop for Torque Wrenches
When it's critical to determine the exact tightness of your nuts and bolts, a torque wrench is the tool to use.

Shop all torque wrenches

 
Ad

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
Glenn Beck's Common Sense
Finger Lickin' Fifteen
Finger Lickin' Fifteen by Janet Evanovich
My Soul to Lose
My Soul to Lose by Rachel Vincent
$0.00

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates