//echo $continent;
//echo "|";
//echo $country;
//echo "|";
//echo "
*";
//$gpstest = "51.89391, 4.52322";
//echo rtrim($gpstest, ", ");
//$gpsarray = explode(',', $gpstest);
//echo $gpsarray[0];
//echo "|";
//echo $gpsarray[1];
$tabgeneral = "";
$tabafrica = "";
$tabaustralia = "";
$tabasia = "";
$tabeurope = "";
$tabnorthamerica = "";
$tabsouthamerica = "";
$tabcountry = "";
if ($continent=="" AND $country=="") { $tabgeneral = ' class="active"'; }
if ($continent=="africa") { $tabafrica = ' class="active"'; }
if ($continent=="australia") { $tabaustralia = ' class="active"'; }
if ($continent=="asia") { $tabasia = ' class="active"'; }
if ($continent=="europe") { $tabeurope = ' class="active"'; }
if ($continent=="northamerica") { $tabnorthamerica = ' class="active"'; }
if ($continent=="southamerica") { $tabsouthamerica = ' class="active"'; }
if ($country<>"") { $tabcountry = ' class="active"'; }
?>
- >
- >
- >
- >
- >
- >
- >
- class="dropdown">