1. Home
  2. PHP
  3. Books

PHP Books

PHP & MySQL: Server-side Web Development

by Jon Duckett4.27

This full-color book is packed with inspiring code examples, infographics and photography that not only teach you the PHP language and how to work with databases, but also show you how to build new applications from scratch. Learn more »

Modern PHP: New Features and Good Practices

by Josh Lockhart4.15

PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries. Learn more »

Head First PHP & MySQL

by L. Beighley, M. Morrison4.11

This is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more. Learn more »

PHP 7 Solutions

by David Powers4

This definitive book to incorporate the latest techniques and changes to PHP, including the arrival of PHP 7. New features include the spaceship and null coalesce operators, generators, using array shorthand syntax for list(), array dereferencing, and array unpacking with the splat operator. Learn more »

Learning PHP, MySQL & JavaScript

by Robin Nixon3.86

In this update to this popular hands on guide, you’ll tackle dynamic web programming with the latest versions of today’s core technologies: PHP, MySQL, JavaScript, CSS, HTML5, and key jQuery libraries. Web designers will learn how to use these technologies together and pick up valuable web programming practices along the way—including how to optimize websites for mobile devices. Learn more »

Programming PHP

by Kevin Tatroe, Peter B. MacIntyre1

This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. If you have a working knowledge of HTML, authors Kevin Tatroe and Peter MacIntyre provide many style tips and practical programming advice in a clear and concise manner to help you become a top-notch PHP programmer. Learn more »

You may also want to try

PHP online courses

PHP OOP: Object Oriented Programming for beginners + Project
PHP OOP: Object Oriented Programming for beginners + Project
  • Edwin Diaz
  • 4.47
  • 18.5 hrs
  • 225 lectures

PHP OOP: Learn Object Oriented PHP by Building a Real World Application Making You a PHP Developer from Zero to Hero Learn more »

Object Oriented PHP & MVC
Object Oriented PHP & MVC
  • Brad Traversy
  • 4.6
  • 6.5 hrs
  • 44 lectures

Build a custom object oriented PHP MVC framework and then build an application with it Learn more »

PHP for Beginners
PHP for Beginners
  • Tim Buchalka's Learn Programming Academy
  • 4.62
  • 14 hrs
  • 202 lectures

Build a Content Management System from Scratch with PHP and MySQL Learn more »

Popular categories

  • Python
  • AWS
  • Kubernetes
  • Java
  • JavaScript
  • DevOps
  • Docker
  • NodeJS

Popular frameworks

  • Spring Boot
  • Django
  • Laravel
  • React
  • Symfony
  • Akka
  • Flutter
  • Quarkus

Useful tutorials

How to remove unused Docker images?

Docker images can quickly consume a lot of available disk space. This tutorial shows how to remove unused docker images quickly, as well as what are other clean-up operations worth running once in a while. Learn more »

How to title case each word in Python?

Sometimes you need to change the case of the words in a given string. For instance, you get an input which represents the first name and the last name, and you want to make sure it is correctly capitalized. Learn more »

© 2021 howtolearn.blog

Disclosure: Some of the links on that page are affiliate links - if you go through them to make a purchase, we will earn small commission. No extra cost on your side.