HOT SPRINGS HOTEL - SAVUSAVU
Nestled into the lush hills of Savusavu is the Hot Springs Hotel with 48 spacious rooms overlooking the picturesque, serene bay and surrounding mountainside.
Location: Savusavu
Resort Amenities: Hair salon, conference room, licensed restaurant specialising in seafood buffets, lounge bar, nightclub, room service, pools, tv.
Room Amenities: Air-conditioned, fans, phone, tea/coffee-making, fridge, private balconies.
Activities: Sportfishing, gamefishing, yachting, scuba diving, beach picnics, village tours, rainforest/waterfall tours.
Rates:
/* $Id: dbconnect.php,v 1.1 2003/08/27 22:28:26 chris Exp $ */
global $mysql_user, $mysql_pass, $mysql_host, $mysql_db ;
$mysql_user = "root";
$mysql_pass = "";
$mysql_host = "localhost";
$mysql_db = "naia";
mysql_connect($mysql_host,$mysql_user,$mysql_pass) or die ("could not connect to mysql server");
mysql_select_db($mysql_db) or die ("could not select database naia");
?>
could not select database naia
|