Learning PHP and MySQL and over 900,000 other books are available for Amazon Kindle . Learn more

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

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Learning PHP and MySQL [Paperback]

Michele E. Davis , Jon A. Phillips
3.0 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £11.00  
Paperback --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.
There is a newer edition of this item:
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 3.0 out of 5 stars (4)
Currently unavailable

Product details

  • Paperback: 384 pages
  • Publisher: O'Reilly Media; 1 edition (9 Jun 2006)
  • Language English
  • ISBN-10: 0596101104
  • ISBN-13: 978-0596101107
  • Product Dimensions: 22.9 x 17.8 x 2.5 cm
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 47,256 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Michele E. Davis
Discover books, learn about writers, and more.

Visit Amazon's Michele E. Davis Page

Product Description

Book Description

Step-by-Step Guide for Creating Database Driven Web Sites

Product Description

The PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting many programming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you.

Learning PHP and MySQL starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements. Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.

If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. Learning PHP and MySQL explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.

Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.


Inside This Book (Learn More)
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 organise and find favourite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

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

5 of 5 people found the following review helpful:
4.0 out of 5 stars A good book, 10 Aug 2006
By 
Martin Anderson (London, UK) - See all my reviews
(REAL NAME)   
This review is from: Learning PHP and MySQL (Paperback)
A decent introduction even if it is a little light at fewer than 400 pages to cover both PHP and MySQL.

With PHP being the fastest growing language for data driven websites and one of the most widely supported by web site hosting providers, this book gives you an easy entry into this world. It would have been better being more detailed in the more advanced areas, but that is a minor quibble, especially given the excellent coverage this book has of the basics of the PHP language.

While this book is more suited for those coming to programming (especially web programming) for the first time, anyone looking for more in-depth coverage of PHP or coming from a more experienced programming background might want to consider Programming PHP by Rasmus Lerdorf (the original author of PHP) also published by O'Reilly.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
2.0 out of 5 stars Frustrating, Dry and packed with Typo's, 13 Nov 2006
By 
This review is from: Learning PHP and MySQL (Paperback)
This book is hard work. It is poorly written and confusing. The organisation is good, but the style is explanatory rather than practical, with short examples that for a newcomer like me are very difficult to translate to practical code.

It is a dry textbook, introducing concepts without expanding on them, and packed full of confusing typos. There are even typos in the Installation section, meaning that if you follow the letter of this book you will never even get past Chapter 2.

Example: Having told you to copy a file called "php2apache2.dll" into C:/php, it then asks you edit a file called httpd.conf to "un-comment out" a line reading: "LoadModule php5_module C:/php/php5apache2.dll".
Firstly, the line doesn't exist in my file, so it should say "type this in", and secondly the two file names conflict!

If you are very savvy with windows .dll files and editing server config files in notepad, go ahead, but for all the html/css web designers looking for a quick way into php for database-driven websites - AVOID, AVOID, AVOID!
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 Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.0 out of 5 stars (25 customer reviews)

25 of 25 people found the following review helpful:
2.0 out of 5 stars Reurned for a refund, 18 Dec 2006
By Burak - Published on Amazon.com
This review is from: Learning PHP and MySQL (Paperback)
There are two problems with this book. First of all it's filled with typos, both in the text and in the sample codes. The typos in the text made me laugh (its vs. it's type stuff), those in the codes made me cry. There are entire lines in some codes or screen ouputs that clearly do not belong there (take a look at page 126, about a third of the way into the page there's a line that goes --> ,"Aaron Weber"); <-- . Clearly, this line serves no purpose on its own and it was accidentally cut and paste from the end of the following line. Just too many typos, within 10 pages I had lost my confidence in this book. Secondly (and more importantly), this is NOT a beginner's book. It attempts to educate the reader on PHP and MySQL, and fails at both. For instance, the book never once mentions something as basic as the difference between echo and print in PHP. Then there's the instructions on installing phpMyAdmin on page 140, specifically item 6. I know nothing about MySQL so I have no idea how to "set the hostname, etc. of my database in the config.inc.php file". Thanks for nothing. In summary, if you're a beginner, you may think you've learned PHP and MySQL upon reading this book, and in fact you'll just be confused, and if you already know them, then why on earth would you use this simplistic book? I've returned my copy for a refund. By the way, I saw that one of the positive reviews below was posted on the book's blog site. Let's see if mine makes it.

35 of 38 people found the following review helpful:
4.0 out of 5 stars The Very Book for the Very Beginner, 29 Jun 2006
By Brett Merkey - Published on Amazon.com
This review is from: Learning PHP and MySQL (Paperback)
This book will take you from a basic understanding of creating static HTML to an elementary but quite nifty practical knowledge of serving up dynamic Web pages on your own.

Chapters 1-6 take you through basic orientation, the installation of Apache, PHP and MySQL, followed by an intro to PHP statements.

Chapters 7-9 introduce database concepts and step you through getting PHP to talk to MySQL.

Chapters 10-17 begin the process of creating forms and other components of Web sites and applications following all the way through to integrating some sample applications.

Each step and procedure has ample code printouts, logic diagrams and output screenshots. Review of knowledge was done well. One feature of this book you should take advantage of is the question section at the end of each chapter. I usually find these irritating and skip them because often the questions don't reinforce learning and no answers are provided. The questions in this book *are* well constructed and the answers *are* provided.

Quibbles: Be prepared for a bit of keyboarding. O'Reilly provides a site for the book but the example code is not available for download. Your first bout of keying code may end in failure because the authors forget that in the first examples (the most important ones for an absolute beginner!) they need to recall being a beginner. They ask you to write out and save "a simple HTML document." I did that. The example did not work on the server. I checked this, I checked that, I re-typed the code, I typed other examples. No luck. Then I stumbled onto changing the extension of my .html file to .php and all was well. See my point?

6 of 6 people found the following review helpful:
3.0 out of 5 stars Wrong book for me, right book for some, 26 April 2007
By Sean Crago "Sean Crago" - Published on Amazon.com
This review is from: Learning PHP and MySQL (Paperback)
I knew I had picked up the wrong book when, in the first or second chapter, the authors said that variable types didn't matter and that they wouldn't bother covering them until late in the book. Admittedly, I can see their point, but the way the statement was written made it apparent that they were aiming this at HTML authors and other people with little to no real programming experience. If you want to pick up the PHP language and already have experience with a real programming language or two, you'd be better off picking up something else. If not, this book actually would be a good way to get started.

Update: Now that I've chewed through a little more of the book, I would no longer recommend this book to even a beginner. Uncommented, and hard to read examples that make poor use of whitespace dominate later chapters. The examples aren't the 3-4 page long beasts you find in some C or Java books, but nonetheless, this book does not demonstrate good coding practices, and should not be used by a new programmer to pick up the ropes.
 Go to Amazon.com to see all 25 reviews  3.0 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
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!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback