Why Should You Stay in a Private Villa

$connect = mysql_connect('localhost', 'balinice_win', 'clarence');

if (!$connect) die ("salah mysql admin - can not connect to host");
@mysql_select_db("balinice_privatevillas") or die("We are updating the database. The system will be ready in some minutes... //webadmin.");
$query=("SELECT * FROM new_about_why_terms WHERE id='2'");
$result=mysql_query($query);
while ($z=mysql_fetch_row($result))
{
$id = $z[0];
$field = $z[1];
$desc = $z[2];
}

echo $desc;
?>