First page
Back
Continue
Last page
Overview
Graphics
Loops
For ($count = 1; $count <= 10; $count++)
{
echo $count;
}
Try to put a loop in the 'Array' exercise to print out the whole array.
Notes: