PHP Lessons
Take it to the next level.
💻
Completed0/30
Total XP0
Avg WPM--
Avg Accuracy--
🔒
If Statements
Make decisions in your code.
Medium ⏱ 10 min
Locked
🔒
Else Elseif
Handle multiple conditions.
Medium ⏱ 10 min
Locked
🔒
Switch
Switch between many possible values.
Medium ⏱ 10 min
Locked
🔒
Match
The modern way to switch values (PHP 8+).
Medium ⏱ 10 min
Locked
🔒
While Loop
Repeat code while a condition is true.
Medium ⏱ 10 min
Locked
🔒
For Loop
Loop a specific number of times.
Medium ⏱ 10 min
Locked
🔒
Foreach Loop
Iterate over arrays easily.
Medium ⏱ 10 min
Locked
🔒
Functions
Reuse code with functions.
Medium ⏱ 10 min
Locked
🔒
Parameters
Pass data into functions.
Medium ⏱ 10 min
Locked
🔒
Return Values
Get results back from a function.
Medium ⏱ 10 min
Locked