$query= select prezzo, price, offerta from tua_tabella;
$res =mysql_query($query);
$row=mysql_fetch_array($res);

$prezzo=$row[prezzo];
$offerta=$row[offerta];
$price=$row[price];

e cosi via...