Le nostre offerte per le tue vacanze a Montepulciano
$testo=" Al momento non sono previste offerte. La invitiamo a tornare periodicamente su questa pagina, magari in altri periodi dell'anno.";
$sql="select * from ".$news." where (lingua='it' 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[8]) {continue;}
if (time()>$datarecord[9]) {continue;}
$testo='';
} }
?>