• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Image from Amazon
Title: Murach's PHP and MySQL (3rd Edition)
Author(s): Joel Murach, Ray Harris
Publisher: Mike Murach & Associates
Category: Web Programming

Amazon wrote:I can’t count how many PHP books I have purchased over the years trying to learn the language. Murach’s was the first book that helped me grasp the concepts and got me onto actually scripting in PHP.

That’s what one developer posted on the first edition of Murach’s PHP and MySQL. Now, this 3rd Edition does a better-than-ever job of delivering the skills you need to develop database-driven websites using PHP and MySQL, the way today’s top web professionals do.



Book Preview (when available)



From the publisher
Official website

Where to get it?
  • Amazon.com
  • Mike Murach & Associates



  • Related Websites
    COMMENTS:
     
    author and jackaroo
    Posts: 12200
    280
    Mac IntelliJ IDE Firefox Browser Oracle C++ Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    This book starts from the very basics, explaining what PHP is, and why you might want to develop with this; then gradually works through the process of setting up a web site. As you progress through the chapters, new features are added at logical steps, leading to a good understanding of both PHP and MySQL.

    Once you are passed the very first chapter, the standard Murach format is followed: description of the new feature on the left-hand-page, and example code on the right. This makes it very simple to see how a function would be used in real life.

    This is designed with latest versions of PHP and MySQL, but there are extensive details in the back of the book that detail what has changed between versions, which is very useful if you have to maintain legacy code or are trying to migrate it.

    There is also extensive coverage on the different ways to connect to different databases, and how to debug your programs as you work on them.

    Likewise the back of the book describes how to set up PHP and MySQL for the three main platforms - Mac, Windows, and Linux.

    It is interesting to note that this explicitly mentions MySQL in the title, and throughout the book, even though the authors ended up using MariaDB. This should not dissuade anyone from this book though

    This is a very good book, and I highly recommend it. I give this book 10 out of 10 horseshoes.

    ---
    Disclosure: I received a copy of this book from the publisher in exchange for writing this review on behalf of CodeRanch.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic