PARADISE INTERNATIONAL HOTEL TONGA
45 very spacious rooms set in extensive gardens overlooking the Port of Refuge Bay.
Location: Neiafu, Vava'u
Resort Amenities: Fresh water swimming pool, childrens paddling pool, dining room, snack bar and laundry service.
Room Amenities: Air conditioning, king-size beds, private balcony, tea and coffee making facilities.
Activities: Islands and harbour tours, sailing, windsurfing, water skiing, fishing, horseback riding and handicraft shopping in Neiafu.
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
|