TANOA APARTMENTS FIJI
Fully furnished self contained apartments, 2 kms from Nadi International Airport.
Location: Nadi
Resort Amenities: Pool, sauna, spa.
Room Amenities: Air-conditioned, IDD phones, hairdryer, satellite tv, full kitchen facilities including refrigerator, microwave, electric kettle, coffee plunger, toaster, cooking utensils, crockery and cutlery.
Activities: Nearby golf & tennis.
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
|