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 content:

    1. How to Learn PHP

      How to Learn PHP

      Tutorial Beginner

      In this post you'll get some practical links and tips on how to learn PHP. We'll help you get started with learning the basic concepts of PHP so that you can...

    2. 7 PHP QR-Code Contactless Digital Restaurant Menus

      7 PHP QR-Code Contactless Digital Restaurant Menus

      Tutorial Beginner

      Contactless menus are online digital menus that can be accessed using a QR code. In this post, we'll look at some contactless QR code digital restaurant...

    3. Scrape Search Engine Result Pages in Real Time With Zenserp

      Scrape Search Engine Result Pages in Real Time With Zenserp

      Tutorial Beginner

      This tutorial will show you how to use the Zenserp API to easily search pages from popular search engines in real time.

    4. Why You Should Be Using PHP's PDO for Database Access

      Why You Should Be Using PHP's PDO for Database Access

      Tutorial Intermediate

      Many PHP programmers learned how to access databases by using either the MySQL or MySQLi extensions. Since PHP 5.1, there's a better way. PHP Data Objects...

    5. How to Use PHP error_reporting For Easier Debugging

      How to Use PHP error_reporting For Easier Debugging

      Tutorial Beginner

      Today, we’ll see how you can use the error_reporting function in PHP for debugging purposes.

    6. Data Extraction at Scale With Zenscrape

      Data Extraction at Scale With Zenscrape

      Tutorial Beginner

      This tutorial will show you how to use Zenscrape to extract data at scale from any website you like, without worrying about getting blocked. All with an...

    7. How to List Files in a Directory in PHP

      How to List Files in a Directory in PHP

      Tutorial Beginner

      In this article, you'll learn how to get a list of all the files in a directory in PHP. I'll show you five different methods and explain the advantages of each.

    8. 8 Best PHP Help-Desk Scripts and 5 Free Options

      8 Best PHP Help-Desk Scripts and 5 Free Options

      Tutorial Beginner

      Are you looking for a reliable PHP help-desk script? Solving issues related to your products on time will lead to happy clients and customers. That in turn...

    9. 13 Best PHP Email Forms

      13 Best PHP Email Forms

      Tutorial Beginner

      PHP email forms have many uses. While some may need a basic contact form, others need forms to collect more data. In this post, I'll show you some of the...

    10. Using PHP urlencode and urldecode

      Using PHP urlencode and urldecode

      Tutorial Intermediate

      In this tutorial, you'll learn why you need to encode or decode your URLs and how to use the built-in PHP functions to do so.

    11. Create a PHP Login Form

      Create a PHP Login Form

      Tutorial Intermediate

      In this tutorial, you'll learn how to create your own PHP login and registration forms from scratch.

    12. 19 PHP Login and Registration Forms to Download

      19 PHP Login and Registration Forms to Download

      Tutorial Beginner

      By downloading a PHP login and registration script, you can add a registration form to your website that will be secure and look good.