<?php$array=array('Uno');$largo_array = count($array);for($i=0;$i<$largo_array;$i++){ echo $array[$i];}