foreach($acquistato as $key => $value){
echo "id: {$key}, valore: {$value}";
}