MySQL/PHP Database Applications and over one million other books are available for Amazon Kindle. Learn more

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 your Kindle here, or download a FREE Kindle Reading App.

MySQL/PHP Database Applications [Paperback]

Jay Greenspan (Author), Brad Bulger (Author)
3.1 out of 5 stars  See all reviews (41 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $32.00  
Paperback --  
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)
Out of Print--Limited Availability

Book Description

0764535374 978-0764535376 January 2001
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!


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.

From the Back Cover

MySQL/PHP Database Applications Affordable Open Source Solutions to E-Commerce Challenges In this unique guide, two Web development gurus show you how to harness the open source power of MySQL and PHP — and create high-performance Web database applications that won't break the bank. Using plenty of ready-to-run code and seven concrete examples — from a simple guestbook to a not-so-simple shopping cart — they walk you step-by-step through the process of building a MySQL database and writing real-world PHP applications. Best of all, they provide you with MySQL, PHP, and all their examples on the CD-ROM — which means that you're holding in your hands everything you need to jump-start an e-commerce project. Create High-Performance Database Applications for the Web
  • Find out what MySQL offers — and doesn't
  • Get up to speed on normal forms and other MySQL basics
  • Build MySQL tables with Structured Query Language
  • Extract database information with MySQL selects and functions
  • Work with PHP variables, control structures, and functions
  • Get tips on writing good code and using object-oriented techniques
  • Create simple applications: a guestbook and a survey
  • Develop more sophisticated applications: a catalog, a content manager, a threaded discussion, a problem tracking system, and a shopping cart
  • Discover helpful appendixes on HTML forms, MySQL utilities, PHP functions, and more
Bonus CD-ROM Includes
  • MySQL 3.23
  • PHP 4.0.3
  • Apache 1.3.12
  • PHP classes, libraries, utilities, and other tools
  • Ready-to-run code and example applications from the book
System Requirements PC running Windows 95 or later, Windows NT 4 or later, Linux or Unix. See Appendix J for more details and requirements. www.mandtbooks.com

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 Best Sellers Rank: #737,122 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and 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
This review is from: MySQL/PHP Database Applications (Paperback)
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

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 19 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)   
Amazon Verified Purchase(What's this?)
This review is from: MySQL/PHP Database Applications (Paperback)
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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
This review is from: MySQL/PHP Database Applications (Paperback)
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews



Inside This Book (learn more)
First Sentence:
THE BULK OF THIS CHAPTER is for those of you who have made it to the early 21st century without working with relational databases. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
atts array, int link identifier, update existing styles, print table row, print end table, safe query, string mailbox, state from users, string haystack, string table name, print subtitle, int sort flags, mixed var, jay greenspan, this function returns, result identifier, regular expression functions, print paragraph, preg replace, string directory, associative keys, int options, preg match, associative array, checkbox field
Key Phrases - Capitalized Phrases (CAPs): (learn more)
San Francisco, Code Breakdown, Class Name, Microsoft Internet Explorer, Calls the Base, John Doe, New York, Mortar Problem Tracking, Subject Author Date
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
2 books cite this book:




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).
 
(58)
(47)
(13)
(7)

Your tags: Add your first tag
 

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject