Raffles Gateway Hotel Fiji
The most convenient hotel to Nadi Airport.
Location: Nadi
Resort Amenities: Courtesy airport transfers, 18-hour bar service/coffee shop, laundry, babysitting service, function room, pool, tour desk.
Room Amenities: Air-conditioned, tea/coffee-making, hairdryer, IDD phones.
Activities: Wonderful pool complex with huge slide, spa pool and tennis court on the property.
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
|