Hotel Banner
0-Home | Local Guide
"; $category = 0; // setting category to Overview $destination = "embassy"; include("viewByCategory.php5"); // printing Overview echo "Must See"; $category = 1; // setting category to Must See $destination = "bgi"; include("viewByCategory.php5"); // printing Must See echo "Must Do"; $category = 2; // setting category to Must Do include("viewByCategory.php5"); // printing Must Do //echo "Must Experience"; //$category = 3; // setting category to Must See //include("viewByCategory.php5"); // printing Must See //echo "Contact"; //$category = 4; // setting category to Contact //include("viewByCategory.php5"); // printing Contact ?>