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. 使用PHP輕鬆調整圖像大小

      使用PHP輕鬆調整圖像大小

      Tutorial Intermediate

      想要一個用PHP調解圖像大小的簡單方法嗎? 將學習如何構建我們的PHP,並進行擴展。   調整大小應該很容易。  有多麼容易?  就三個步驟!

    2. 如何使用 PHP 的模數運算子

      如何使用 PHP 的模數運算子

      Tutorial Beginner

      PHP 中總共有八個算數運算子。最常見的是加法 (+)、減法 (-)、乘法 (*)、與除法 (/)。 還有一個比較少人知道的,但也很重要的運算子——模數 (%)。在這篇教學裡,我們會將重點放在於介紹模數運算子。我們會討論它能做什麼以及幾個實際用途。