Ver original$pq=count($array); for ( $i = 0 ; $i < $pq ; $i ++) { if($array[$i]!=""){ echo "contenido ".$i.": ".$array[$i]."<br>"; } }