SKYLODGE FIJI
Totally renovated 53 superior rooms including 6 with cooking facilites, located 5kms from airport.
Location: Nadi
Resort Amenities: Tour desk, in-house laundry, gift shop, conference facilities, medical staff. Cocktail bar and restaurant.
Room Amenities: Air-conditioned, phone, radio, hairdryer, tea/coffee making, fridge, Sky tv.
Activities: Swimming pool, spa, children's playground, games room, pitch and putt golf, volleyball.
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
|