Home  • Courses • Software Engineering
<?php $colors=array("Red","Green","Yellow","Blue","White"); $len=count($colors); for($i=0;$i<$len;$i++){ echo $color[$i]."<br/>"; } ?>

Comments 1


echo $colors[$i]."<br/>";
Copyright © 2024. Powered by Intellect Software Ltd