See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
the_book_de...
Price: £25.57
In stock

woodys-uk
Price: £35.80
In stock

12 used & new from £5.27

Have one to sell? Sell yours here
 
   
MySQL/PHP Database Applications (M&T Books)
 
 

MySQL/PHP Database Applications (M&T Books) [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)
3.8 out of 5 stars See all reviews (4 customer reviews)

Available from these sellers.


5 new from £24.95 7 used from £5.27
Other Editions: RRP: Our Price: Other Offers:
Paperback (2nd Edition) £29.95 £25.46 15 used & new from £8.41

Customers Who Bought This Item Also Bought

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

by Larry Ullman
4.6 out of 5 stars (48)  £17.39
PHP and MySQL Web Development (Developer's Library)

PHP and MySQL Web Development (Developer's Library)

by Luke Welling
3.9 out of 5 stars (36)  £22.34
Web Database Applications with PHP and MySQL

Web Database Applications with PHP and MySQL

by Hugh Williams
3.7 out of 5 stars (12)  £22.43
Sams Teach Yourself PHP, MySQL and Apache All in One

Sams Teach Yourself PHP, MySQL and Apache All in One

by Julie C. Meloni
3.1 out of 5 stars (18)  £17.49
Explore similar items

Product details

  • Paperback: 648 pages
  • Publisher: John Wiley & Sons; illustrated edition edition (15 Jan 2001)
  • Language English
  • ISBN-10: 0764535374
  • ISBN-13: 978-0764535376
  • Product Dimensions: 23.1 x 18.8 x 3.8 cm
  • Average Customer Review: 3.8 out of 5 stars See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 492,737 in Books (See Bestsellers in Books)

    Popular in these categories:

    #65 in  Books > Computing & Internet > Databases > Databases & the Web
    #85 in  Books > Computing & Internet > Databases > Applications > MySQL
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Easy Database PHP sites
   www.dbQwikSite.com    Program to generate everything for your next PHP site in just minutes 
Free Database applications
   www.Objectivity.com    Database applications Download Now! 
PHP Code Generator
   www.scriptartist.com    Generate PHP Code from database With AJAX Support. Free Trial! 
  
 

Product Description

Amazon.co.uk Review
In MySQL/PHP Database Applications, Jay Greenspan and Brad Bulger explain how to work with PHP and MySQL, primarily for applications you might use on a Web site. How could the combination of this capable pair--which is feature-rich, highly reliable, capable of dealing with large traffic volumes, and absolutely free of charge in most cases--be any better? Take the time to study the advice and work through your own tests of the concepts presented, and 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, half a page or so in length each, which illustrate the behaviour 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 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 Product Description


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
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | 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?

MySQL/PHP Database Applications (M&T Books)
56% buy the item featured on this page:
MySQL/PHP Database Applications (M&T Books) 3.8 out of 5 stars (4)
PHP and MySQL Web Development (Developer's Library)
23% buy
PHP and MySQL Web Development (Developer's Library) 3.9 out of 5 stars (36)
£22.34
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide
20% buy
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide 4.6 out of 5 stars (48)
£17.39

 

Customer Reviews

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

 
22 of 22 people found the following review helpful:
4.0 out of 5 stars Informative, well-documented and well-written, 15 Feb 2002
Isn't it a shame that this book sells less than some others I could mention?
It offers as much information as a book its size can, save for surgical manuals. The MySQL chapter is really good: probably all the average web-developer will ever need to know on the subject. PHP is covered less, but the reader is explicitly advised to refer to the on-line documentation, and quite rightfully so.
The applications, which constitute the main bulk and inherent purpose of the book are well chosen and presented in a logical manner, each one including a few new elements. The comments draw the readers' attention to what's to be learned from each chapter, rather than the application itself, although they are quite robust and inclusive in their scope, and can be modified to fit most users' needs. Most of the code is not even presented, though, as it's on the CD.
The writing gets a bit personal sometimes ("my idea was crap, Brad came up with the goods"), but never intrusively so. The authors' insistence on procedural code will not gain them any fans among amateur programmers. There are a few typos, but nothing to write to the publisher about.
The numerous appendices (PHP and MySQL language reference, resources and installation, regular expressions and more) help make this book a true desktop reference, and the CD is loaded with goodies, including installs for both major OSs that actually work.
Maybe not the best choice for the absolute beginner, but a helpful, convenient and honest book for all (reasonable) purposes.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
18 of 19 people found the following review helpful:
5.0 out of 5 stars More than the title suggests - a very useful book, 24 Feb 2001
By A Customer
Although I haven't completed the book, the first half or so has been very useful. It tells you about the technology behind PHP and MySQL, alternatives before carefully going through in stages how to achive various tasks. The book shows common pitfalls and things to avoid and gives reasons. I've found it useful to expand my knowledge of PHP, and learn a lot more about MySQL and relational databases (of which I knew nothing before). As a beginner to MySQL the book has taken me though how they work, why they operate the way they do etc...

If you're going to be using MySQL with PHP, or are thinking about it, then this book will help immensly. I wouldn't recommend it if you don't already have some programming experience. You'll need that first, with some HTML. Overall, an outstanmding choice.

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



 
13 of 16 people found the following review helpful:
5.0 out of 5 stars Informative with great background, 9 Aug 2001
By chris@nifry.com (South Shields, UK) - See all my reviews
Although I`ve come across a number of books that go into PHP and MYSQL in depth, for the tasks that I required I really needed something that would ease the task of writing systems using combinations of the two.

This book does this very very well. It has enough depth to give you a grounding in both PHP and MYSQL, however it`s example in using the two together are what makes this book.

Buy it if you`re developing using both, and require something that will take you through the basics of each and then onto bigger things.

A very good introduction.

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

1.0 out of 5 stars Just Not Good Enough
Well I purchased this book about a month ago to help me with my final year project. I've read a dozen or so similar titles and I would recommend you look elsewhere. Read more
Published on 3 May 2004

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
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]

   


Listmania!


Look for similar items by category


Feedback


PHP 5: Your Visual Blueprint for...

PHP 5: Your...

PHP 5 Welcome to the only guidebook series that takes a visual... Read more
£16.99 £14.44

Find similar items

 

More From Jay Greenspan

MySQL Weekend Crash...

MySQL Weekend Crash Course

Quickly learn MySQL –– the leading open source relational database... Read more

 

We've Got Converse

Converse
Stock up on your favourite styles with great deals on Converse shoes.

Shop Converse

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and 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

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates