prova con
Codice PHP:
località:<select size="1" name="citta">
$result=mysql_query("select distinct citta from puntivendita where tipo='$tipo1' and provincia='$provincia1' order by citta") ;
while ($row=mysql_fetch_array($result))
{
echo "<option value=\"".$row["citta"]."\">".$row["citta"]."</option>" ;
}