HOTELS A ROME - - Cliquer sur les liens ci-dessous pour voir les hôtels |
|
NOM |
LOCATION |
CARTE |
CATEGORIE |
VOIR L'HÉBERGEMENT |
'$sysday'";
$exec22=mysql_query($selt22);
include 'chksqlerr.php';
$specialoffer = "";
If (mysql_num_rows($exec22) > 0)
{$specialoffer = "Y";}
$selt5="select min(t5_rate)
from t5_room_rates
where t5_h_code = '$hcode'
and t5_day > '$sysday'";
$exec5=mysql_query($selt5);
include 'chksqlerr.php';
$row5=mysql_fetch_row($exec5);
$minrate=$row5[0];
if ($category == '1ST')
{$catdesc='1starhotels';}
if ($category == '2ST')
{$catdesc='2starhotels';}
if ($category == '3ST')
{$catdesc='3starhotels';}
if ($category == '4ST')
{$catdesc='4starhotels';}
if ($category == '5ST')
{$catdesc='5starhotels';}
if ($category == 'PTT')
{$catdesc='6apartment';}
if ($category == 'B&B')
{$catdesc='7b_and_b';}
if ($category == 'GSH')
{$catdesc='8guesthouse';}
++$c;
?>
if ($specialoffer == "Y")
{print(" Offres spéciales! ");}
$msgroomtypes.=$rdesc." ";
print("Prix total minimum incluant toutes les taxes $currency $minrate ");
?>
|

}
?>
if ($c == 0)
{
print("
Votre recherche n'a pas donné de résultats - Retour
retour
et modifier votre recherche ");
}
mysql_close($conn);
?>
|