WEST MOTOR INN NADI FIJI
Situated midway between Nadi town and the airport, the hotel is ideal for the mid-range budget with 85 rooms from standard to deluxe pool side to superior.
Location: Nadi
Resort Amenities: Poolside café, piano-bar restaurant, 24-hour reception and security, courtesy airport shuttle on request, off-street parking, tour desk, boutique, small conference room, therapeutic massage and babysitting available.
Room Amenities: Air-conditioned, fridge, tea/coffee, fans, telephone. TV and hairdryers in superior and deluxe rooms.
Activities: Swimming pool, tour desk.
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
|