Offers and last minute holiday in Montepulciano
Rooms, Suites, Apartments and B & Bs in Montepulciano
Currently there are no offerte.
Visit anyway on this page,
perhaps at other times of the year.";
$sql="select * from ".$news." where (lingua='uk' and (tipo='offerte' or tipo='lastminute'))";
if(!($result=mysql_query($sql,$conn))) {
echo ("Error selecting data from NEWS table.\n");
}else{
while ($datarecord=mysql_fetch_row ($result)) {
if (time()>$datarecord[9]) {continue;}
if (time()<$datarecord[10]) {continue;}
$testo='';
} }
$sql="select * from ".$news." where ((tipo='offerte' or tipo='lastminute') and lingua = 'uk') order by id_news desc";if(!($result=mysql_query($sql,$conn))) { echo ("Error selecting data from NEWS table.\n"); }else{
while ($datarecord=mysql_fetch_row ($result)) {
if (time()<$datarecord[8]) {continue;}
if (time()>$datarecord[9]) {continue;}
$data=date("d/m/Y G.i:s",$datarecord[1]);
$cod=$datarecord[0]; echo "$datarecord[2]..>".stripslashes(str_replace("\n", "
", $datarecord[3]))."
\n"; } } echo " $testo \n"; mysql_close($conn);?>