Start Value: $counter
"; for($i = $counter; $i <= ($counter + 20); $i ++) { echo $i."
"; } $counter = $counter + 10; } ?>