Categorized | MySQL

PHP & MySQL For Dummies 3rd edition

Posted on 19 March 2010 by Abidoon

  • ISBN13: 9780470096000
  • Condition: USED – VERY GOOD
  • Notes:

Product Description
Build an online catalog and a members-only site

Everything you need to know to create a dynamic PHP and MySQL Web site!

Been thinking of creating a high-quality interactive Web site? This book is just what you need to get started! Here’s the fun and easy way(r) to develop a Web application in PHP 4, 5, or 6 and MySQL 5, test your software, enable your Web pages to display, change, and move database information, and much more.
More >>

PHP & MySQL For Dummies 3rd edition

Tags | , ,

5 Responses to “PHP & MySQL For Dummies 3rd edition”

  1. I just finished PHP and MySQL for Dummies last night. I took C++ about 7 years ago in highschool and I think that helped with following the PHP part. Here are the pros and cons I found.

    Cons

    1.Not enough info on PHP and Mysql setup. One of the reasons I picked up this book was for help in getting everything configured. I had tried numerous how-tos on the web that weren’t working, this did not offer much help either, although you can email the author for additional support. Solution: save the headache and download WAMP5, everything is configured for u with php, mysql, and apache server.

    2. I found it annoying that the author would throw in lots of functions that were not included in the chapter into her example programs. Sure, they’re there (some of them) in the last chapter, but they are not referenced so some of the examples are hard to proof unless you change them or read ahead.

    3. Read the chapter “PHP Gotchas” at the beginning of the php chapters intead of at the end. If you follow along in order you will already know everything in that chapter, with much frustration, by the time u get there.

    Pros:

    I now know how to design a fully functional web program and have already figured out in my head how to do 2 others, plus modifications to the sample programs.

    This is not the last PHP/MySQL book you will buy but it’s good to get your feet wet.
    Rating: 4 / 5

  2. M. Eve says:

    I’ve read many Dummies books, and like the “Monkey read, Monkey see, Monkey do” approach. This monkey learns better when all the steps are clearly shown and executed in the text. Unfortunately, this book is more like “Monkey read, Monkey lost”. For example, Chapter 4, “Building a Database”. The author describes 2 sample databases then discusses the various operations (queries) that can be performed on the databases without detailed, step by step instructions along the way. With some trial and error, the steps can be deduced, but this can be very frustrating and may not always work.

    p.s.: Janet Valade has written several beginner books on PHP/MySQL. Maybe, eventually, she will get it right. She is so close…
    Rating: 3 / 5

  3. John Matlock says:

    The basic concept of the web was that there would be a bunch of documents around, each document would have a unique name/address (called a Uniform Resourse Locator or URL) and when you wanted to read that document you would browse to that URL and get the document. There was no thought of connecting the documents to a database so that the information being presented to the visitor would vary depending on what he wanted.

    Then beginning a dozen or so years ago, it kind of instantly became obvious to everyone that database connectivity was needed. And we got several competing approaches. Some like Cold Fusion were commercial packages. Some like Microsoft’s ASP were nominally free (if you used their operating system). And there were other approaches using Java, Perl, CGI, etc.

    Conclusion. If you are starting out to set up a web site using a database to supply the data being displayed, you would not go wrong to use PHP and MySQL. The packages are free, reliable, fast, and easy to use.

    This is a book to use when you are getting started. It gives you the basic concepts of web/database interconnectivity so you can understand just what’s going on. After this, you’ll want more specialized materials: the MySQL reference manual for instance so you can go much deeper into it’s version of SQL; and something that goes deeper into PHP.

    But start with this one. Once you get a site doing some simple database connectivity you can go deeper into your own particular application.
    Rating: 5 / 5

  4. L. Marquez says:

    Very practical material that can also be used for reference while working on projects.

    I found that the mateials are consummed very quickly and the developer may have to research further deeper into some areas.

    Beware of differences in function names and uses in different PHP versions. (v. 4 vs. v. 5), which is described by the author.

    Hope it helps.
    Rating: 5 / 5

  5. I think this is a very good book to get if you want to learn how to make your website work with databases, (eg: make your website have a password system on it, or a cataloge of products.) Also I think PHP and MYSQL are the best ones to learn.

    This book tells you exactly how to set up Apache, Mysql and PHP environment. It uses all the latest up to date PHP. I would say this is the book to get if you want to be able to create Web Database Applications and be a Web Developer.
    Rating: 5 / 5


Leave a Reply