Offers
Actuellement il n'y a pas d'offres.
Nous vous invitons à cette page régulièrement, peut-être
à d'autres moments de l'année.
";
$sql="select * from ".$news." where (lingua='fr' 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 = 'fr')";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);?>