<?php $begin = 6; $end = 48; $step = 7; $seq = range($begin, $end, $step); print_r($seq); if (in_array(41, $seq)) echo '41 is in';
You have javascript disabled. You will not be able to edit any code.