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