sto provando a fare quello che mi hai scritto, ma credo di farlo nel punto sbagliato

if($result_1 && mysql_num_rows($result_1)>0){
while ($row_1=mysql_fetch_array($result_1)){

$array_prodotti[$row_1[data]]=$row_1[prezzo_tot_prodotto_al_10];
}
}