for($i=1;$i<=10; $i++) { $hora[$i]=$row['hora'.$i];} for($i=1; $i<=10; $i++) { if($hora[$i]) {$resultado=$hora[$i];} } echo $resultado;