1. Home
  2. PHP
  3. Online Courses

PHP Online Courses

PHP for Beginners - Become a PHP Master - CMS Project
PHP for Beginners - Become a PHP Master - CMS Project
  • Edwin Diaz
  • 4.43
  • 37 hrs
  • 336 lectures

PHP for Beginners: learn everything you need to become a professional PHP developer with practical exercises & projects. 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 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 »

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 »

Recommended books

PHP books

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 »

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 »

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 »

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 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 »

How to merge two dictionaries in Python?

Python makes merging two dictionaries easy. Below you can find an example created directly in the Python interpreter. It defines two dictionaries, a and b, and then it creates a new dictionary c by merging two previously created dictionaries. 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.