Help for this page
for ($i = 1; $i < 10; $i++) { ... }
$i = 1; while ($i < 10) { ... } continue { $i++; }