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

Comments 1


Numerical array
Copyright © 2024. Powered by Intellect Software Ltd