$show_last=mysql_query("SELECT ID FROM pruebas ORDER BY ID DESC LIMIT 5",$conexion);$ress = mysql_fetch_assoc($show_last);$res = array_reverse($ress);