how to make a loop in php code example Example: php for loop for($i = 0; $i <=10; $i++){ echo "The index is $i"; }