//Conectar con db $query=mysql_query("Consulta SQL"); $i=0; while($row=mysql_fetch_array($query)) $datos[$i++]=$row;