Learn PHP

If you want to be a web developer, you need to learn PHP. Read these free tutorials to master this powerful and popular scripting language.

Getting started with PHP

  • How to Build a Simple REST API in PHP

    How to Build a Simple REST API in PHP

    Sajal Soni
  • How to Use Sessions and Session Variables in PHP

    How to Use Sessions and Session Variables in PHP

    Sajal Soni
  • How to Upload a File in PHP (With an Example)

    How to Upload a File in PHP (With an Example)

    Sajal Soni
  • All PHP tutorials:

    1. Using Namespaces and Autoloading in WordPress Plugins, Part 1

      Using Namespaces and Autoloading in WordPress Plugins, Part 1

      Tutorial Intermediate

      In this series, we're going to take a look at exactly what PHP namespaces are, why they are beneficial, and how to use them. Then we're going to take a look...

    2. Building Your Startup: Refining Email Templates

      Building Your Startup: Refining Email Templates

      Tutorial Intermediate

      As Meeting Planner evolved, I needed to improve the aesthetic of our emails for the fast approaching alpha release. Follow my search for resources and...

    3. Building Your Startup: The Open-Source Foundation Behind Meeting Planner

      Building Your Startup: The Open-Source Foundation Behind Meeting Planner

      Tutorial Intermediate

      The "one man startup" is a myth—not for its growing scarcity but because startups rely on a variety of free, open-source software built by many men and women...

    4. Master Authentication With Laravel in Our New Short Course

      Master Authentication With Laravel in Our New Short Course

      Tutorial Beginner

      Laravel's built-in authentication system makes it easier to protect the portions of your web application that need protecting. Find out how in our new short...

    5. Filtering the Payment Methods by Cart Weight in OpenCart

      Filtering the Payment Methods by Cart Weight in OpenCart

      Tutorial Intermediate

      In this article, I’m going to explain how you could filter payment methods during checkout based on the total weight of all products in the cart. In the...

    6. Building a Welcome Page for Your WordPress Product: Code Part 2

      Building a Welcome Page for Your WordPress Product: Code Part 2

      Tutorial Beginner

      In my previous post of this series, I started building a welcome page for a WordPress plugin. In this final article, I'll discuss the remaining plugin files...

    7. Building Your Startup: Exporting iCal Files into Calendar Events

      Building Your Startup: Exporting iCal Files into Calendar Events

      Tutorial Intermediate

      Now that meeting organizers are ready to finalize meeting plans, we need to build and attach .ics files so attendees can import them into their calendar of...

    8. Building a Welcome Page for Your WordPress Product: Code Part 1

      Building a Welcome Page for Your WordPress Product: Code Part 1

      Tutorial Beginner

      Coding a welcome page for your WordPress plugin can be a tricky process. The entire concept revolves around redirecting users to a particular page via...

    9. Building Your Startup With PHP: Simplifying Onramp With OAuth

      Building Your Startup With PHP: Simplifying Onramp With OAuth

      Tutorial Intermediate

      To make it easier for new users, we'll allow them to sign up with their Google, Facebook and Twitter accounts and let existing users connect these services...

    10. Building Your Startup With PHP: Email Commands

      Building Your Startup With PHP: Email Commands

      Tutorial Intermediate

      Now that we can deliver our first meeting invitations, it's time to ensure that the links in those emails can be authenticated and handled properly. And...

    11. Building Your Startup: Delivering the Meeting Invitation

      Building Your Startup: Delivering the Meeting Invitation

      Tutorial Intermediate

      Follow along as Meeting Planner gets ready to deliver its first meeting invitation and contemplate the impacts of our progress.

    12. How to Create WordPress Pages With Hierarchy and Templates

      How to Create WordPress Pages With Hierarchy and Templates

      Tutorial Beginner

      In this video from my course on creating content in WordPress, you’ll learn how to create pages. I’ll also show you how to add them to a page hierarchy for...