Rawai Beach Resort Cosy Room
A Cosy, Our rooms convenient with either a pool or a tropical garden view.
Free Unlimited Wi-Fi
Welcome Fruits Basket
Rawai Beach Resort - Daily & Monthly Room Rate
$db = new mysql(DB_HOST,DB_USER,DB_PASS,DB_NAME);
$sql = " select * from tb_room where st_rate = 'D' order by order_room ";
$table = $db -> query($sql);
?>
DAILY RATE |
Rawai Cosy |
Rawai Deluxe |
Rawai Suite |
while($row = $db->fetch()) { ?>
print htmlspecialchars($row["rate"]); ?> |
print number_format($row["rw_stand"],','); ?> |
print number_format($row["rw_deluxe"],','); ?> |
print number_format($row["rw_suite"],','); ?> |
} ?>
$db = new mysql(DB_HOST,DB_USER,DB_PASS,DB_NAME);
$sql = " select * from tb_room where st_rate = 'M' order by order_room ";
$table = $db -> query($sql);
?>
MONTHLY RATE |
Rawai Cosy |
Rawai Deluxe |
Rawai Suite |
while($row = $db->fetch()) { ?>
print htmlspecialchars($row["rate"]); ?> |
print number_format($row["rw_stand"],','); ?> |
print number_format($row["rw_deluxe"],','); ?> |
print number_format($row["rw_suite"],','); ?> |
} ?>
Book a Room