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. How to Install Yii on Windows or a Mac

      How to Install Yii on Windows or a Mac

      Tutorial Beginner

      Yii is one of the best PHP Frameworks. Our Envato Tuts+ building a PHP startup series is built on it. Learn how to install Yii on Windows or macOS and build...

    2. Building Your Startup: Approaching Major Feature Enhancements

      Building Your Startup: Approaching Major Feature Enhancements

      Tutorial Intermediate

      Adding activity balloting to the meeting planning feature required extensive changes to the application. Learn how to think about successfully adding major...

    3. Programming With Yii: Generating Documentation

      Programming With Yii: Generating Documentation

      Tutorial Intermediate

      Learn to use Yii2's automated documentation generator, apidoc, as I build the API documentation for my startup Meeting Planner application.

    4. Building Your Startup: Securing an API

      Building Your Startup: Securing an API

      Tutorial Intermediate

      Building and customizing REST APIs is simple, but securing the usage of your secret application keys and verifying the authenticity of requests requires...

    5. Try Our Course on PHP Design Patterns With a Free Trial

      Try Our Course on PHP Design Patterns With a Free Trial

      Tutorial Beginner

      In our comprehensive course, PHP Design Patterns, Envato Tuts+ instructor Jeremy McPeak will walk you through some of the most fundamental design patterns...

    6. How to Zip and Unzip Files in CodeIgniter

      How to Zip and Unzip Files in CodeIgniter

      Tutorial Beginner

      CodeIgniter is one of the popular frameworks among the plethora of PHP frameworks in the world of web development. It’s been continuously improved since its...

    7. Programming With Yii2: Building Community With Voting, Comments, and Sharing

      Programming With Yii2: Building Community With Voting, Comments, and Sharing

      Tutorial Intermediate

      Learn how to build your own social platform with Yii integrating plugins to support Disqus comments, up and down voting, and Twitter and Facebook sharing.

    8. How to Work With Session Data in CodeIgniter

      How to Work With Session Data in CodeIgniter

      Tutorial Beginner

      This article explains the basics of session handling in the CodeIgniter framework. CodeIgniter comes with a built-in session library that acts as a wrapper...

    9. Using the Twitter API to Tweet Repetitive Content

      Using the Twitter API to Tweet Repetitive Content

      Tutorial Intermediate

      Twitter's API has various undocumented restrictions that sometimes block attempts to automate a fun bot or a serious marketing effort. Learn ways to succeed...

    10. Building Your Startup: Leveraging Bootstrap, Ajax, and jQuery

      Building Your Startup: Leveraging Bootstrap, Ajax, and jQuery

      Tutorial Intermediate

      As I found time to polish Meeting Planner more deeply, I relied on CSS and JavaScript to add more interactive features such as easily scheduling with...

    11. How to Handle Errors & Exceptions in the Yii Framework

      How to Handle Errors & Exceptions in the Yii Framework

      Tutorial Intermediate

      Reacting and responding to errors is critical for a positive user experience and iterative product enhancement. Never easy in PHP, but better in Yii. Learn...

    12. Building Your Startup With PHP: Bootstrap Your Home Page

      Building Your Startup With PHP: Bootstrap Your Home Page

      Tutorial Intermediate

      Learn how to make your home page more professionally aesthetic and effective by exploiting Bootstrap more thoroughly.