Skip to main content

Murach's PHP and MySQL

by Joel Murach and Ray Harris
24 chapters, 844 pages, 367 illustrations
ISBN 978-1-890774-56-1

Anytime you're on the web, you're going to be landing on PHP pages. By most counts, over a million web sites have been written in PHP, including some of today's largest, most recognizable sites. And those sites often use MySQL as the database.
That means there's a continuing demand for web developers who know how to use PHP and MySQL at the professional level. With this book, you can become one of them!

What you'll learn in this book

If you look at the table of contents, you'll see that this book teaches all the skills you need to develop almost any type of database-driven web site with PHP and MySQL. The chapters gradually move from the simple to the complex as they show you how to work with:
  • the PHP language
  • the MySQL database
  • the SQL statements for MySQL
  • the PDO and mysqli extensions
  • the MVC pattern
  • debugging and exception handling
  • sessions and cookies
  • object-oriented PHP
  • regular expressions and data validation
  • SSL and secure connections
  • authentication and login forms
  • email and content from other sites (like YouTube)
  • file uploads
  • and more! 


What's more, within each chapter, the topics also move from the simple to the complex, so you can push your skills as far as you want to. Then, the chapter exercises let you practice what you've learned.

To complete your training, the last chapter presents an overview of an eCommerce web site. Then, you can download the PHP and MySQL code for free, to see how it puts the skills you've learned into context. Once you understand how this web site works, you will have all the skills and code you need to start creating your own database-driven web sites.

Unique format

Like all books in the Murach series, the content is presented in "paired pages," with the essential syntax, guidelines, and examples on the right page and the perspective and extra explanation on the left page.
Our paired pages format
This helps you learn faster by reading less, and it makes an ideal reference format. To see how this works in more detail, please download a sample chapter.

Download link : http://www.fileserve.com/file/NT8ex7z

Comments

Popular posts from this blog

Murach's JavaScript and DOM Scripting

by Ray Harris 20 chapters, 764 pages, 337 illustrations ISBN: 978-1-890774-55-4 Today, web users expect web sites to provide advanced features, dynamic user interfaces, and fast response times. To deliver that, you need to know the JavaScript language. Beyond that, though, you need to know how to use JavaScript to script the Document Object Model (or DOM). Now, at last, you can learn both JavaScript and DOM scripting in this one great book. In fact, by the end of chapter 3, you'll be able to develop and debug significant JavaScript applications. By the end of section 2, you'll know the complete JavaScript language and some elementary DOM scripting. And by end of section 3, you will have raised your DOM scripting skills to an expert level.

Murach's Java SE 6

Murach's Java SE 6 by Joel Murach and Andrea Steelman 22 chapters, 810 pages, 351 illustrations ISBN-10: 1-890774-42-1; ISBN-13: 978-1-890774-42-4 "I love your Java book. It cuts right to the essential information, providing the perfect balance between too many details and too little information. I bought another well-known Java book, but I spent several hours trying to learn what I learned from your book in about 45 minutes." That's what one developer wrote us about the JDK 5 edition of our core Java book. Now, you can expect that same practical, time-saving approach in the current edition that covers the latest version of Java, Java SE 6. What you'll learn from the SE 6 edit...

Murach's Java Servlets and JSP (2nd Edition)

by Joel Murach and Andrea Steelman    24 chapters, 729 pages, 329 illustrations ISBN-13: 978-1-890774-44-8 Ever since we published the first edition of this book back in 2003, we've been getting feedback like this from developers: "This book is excellent, excellent, excellent! The authors have a gift for developing the topic of JSP, Servlets, and building a Java-based ecommerce site in a methodical, easy-to-understand approach." Now, I'm delighted to tell you that you'll feel the same way about this new, 2nd edition. The content has been redone from start to finish, so you'll learn the best features, tools, and techniques for developing today's web applications (see what's NEW below).But our popular approach hasn't changed: This 2nd edition still presents Java web programming ...