codice:
$dati = mysql_query("SELECT * FROM disponibilita ");
WHILE($row = mysql_fetch_assoc($dati)){

$dat[] = $row;

}

echo "<pre>";
print_r($dat);