PHP Lessons
Start your journey here.
💻
Completed0/30
Total XP0
Avg WPM--
Avg Accuracy--
1
Hello World
Write your first PHP script using echo.
Easy ⏱ 10 min
Start Lesson
2
Comments
Learn how to leave notes in your code with comments.
Easy ⏱ 10 min
Start Lesson
3
Variables
Variables in PHP always start with a dollar sign $.
Easy ⏱ 10 min
Start Lesson
4
Strings
Work with text using single or double quotes.
Easy ⏱ 10 min
Start Lesson
5
Numbers
PHP handles integers and floats naturally.
Easy ⏱ 10 min
Start Lesson
6
Arrays Indexed
Store multiple values in a list.
Easy ⏱ 10 min
Start Lesson
7
Arrays Assoc
Key-value pairs allow named items.
Easy ⏱ 10 min
Start Lesson
8
Concatenation
Join strings together using the dot operator.
Easy ⏱ 10 min
Start Lesson
9
Constants
Constants never change value.
Easy ⏱ 10 min
Start Lesson
10
Basic Math
Perform calculations with math operators.
Easy ⏱ 10 min
Start Lesson