<?php $min = 8; $end = 550; $step = 100; for($i=0; $i<$end; $i=$i+$step){ $firstNum = max($min,$i+ 1); $lastNum = $i + $step; echo $firstNum.' - '.$lastNum; echo "\n"; }
You have javascript disabled. You will not be able to edit any code.