Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
The FOREACH Loop

The PHP foreach loop is a loop used specifically to iterate over each element of an array until it reaches the last element.
But you might say: why not use a for loop?
You need a free account to read this module