HOTELS IN ROME -
if ($category == '1ST')
{print("1 Star Hotels");}
if ($category == '2ST')
{print("2 Star Hotels");}
if ($category == '3ST')
{{print("3 Star Hotels");}}
if ($category == '4ST')
{print("4 Star Hotels");}
if ($category == '5ST')
{{print("5 Star Hotels");}}
if ($category == 'PTT')
{print("Apartments");}
if ($category == 'B&B')
{print("Bed and Breakfasts");}
if ($category == 'GSH')
{print("Guesthouses");}
?> - Click on one of the corresponding links below to view the accommodation |
|
NAME OF ACCOMMODATION |
LOCATION |
MAP |
CATEGORY |
VIEW PROPERTY |

'$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(" Special offer available! ");}
$msgroomtypes.=$rdesc." ";
print("Minimum total price including all fees is
$currency $minrate ");
?>
|

}
?>
if ($c == 0)
{
print("
Your search returned no results - Please go
back
and refine your search criteria
");
}
mysql_close($conn);
?>
|