<?php $dayIndex = 0; for ($i=0; $i < 10; $i++) { $dayIndex = ($dayIndex + 1) % 3; echo $dayIndex.PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.