<?php $array = array("red", "blue"); for ($i=0; $i<2; $i++){ echo $array[$i]; } echo $array[0];
You have javascript disabled. You will not be able to edit any code.