KAIVITI VILLAGE MOTEL VANUATU
Based on the edge of Port Vila township. Very convenient to restaurants, bars, dive shops, and yacht harbour. A very casual and friendly place. 5 minutes walk to town. Ideal for groups.
Location: Port Vila Area
Resort Amenities: Swimming pool. Bar/restaurant serving "the best hamburgers in town." Laundry and babysitting available.
Room Amenities: All units have fully equipped kitchenettes, fans, IDD phones, balcony, some have air conditioning.
Activities: Tours, rental cars arranged.
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
|