![]() |
Gov-Certificates.co.uk | |
| Home | Certificates | Terms | Contact Us | ||
|
|||||||||||||||
Genuki - For more info
Large resource for UK and Irish genealogy, lists various guides, county by county links, bulletin boards, mailing lists and many other relevant articles and links |
Select a letter to go directly to entries starting with that letter
A B C D E F G H I K L M N O P R S T U V W Y
MORE RESULTS
getResults();
// 4. show result list
$cnt = sizeof($results);
for ($i = 0; $i < $cnt; $i++) {
$location = &$results[$i];
echo $location['name'].' ('.$location['countryName'].')';
if ($location['population'] > 0) {
echo ' - population . '.$location['population'];
}
echo '
';
}
?>
list($month, $php, $district) = split('[/.-]', $_SERVER["REQUEST_URI"]);
echo $district;
$_GET['dis'] = $district;
// 1. include class
include 'SPAF_Maps.class.php';
// 2. instantiate the object and set search query
$map = new SPAF_Maps($_GET['dis']);
// 3. set the country
$map->setCountry('GB'); // if we do not set the country, we will see that there is a lot of Stockholms outside Sweden as well ;)
// 4. show the map
$map->showMap();
?>
IF THE MAP ABOVE IS INCORRECT PLEASE USE THE LINK BELOW.
MORE RESULTS
getResults();
// 4. show result list
$cnt = sizeof($results);
for ($i = 0; $i < $cnt; $i++) {
$location = &$results[$i];
echo $location['name'].' ('.$location['countryName'].')';
if ($location['population'] > 0) {
echo ' - population . '.$location['population'];
}
echo '
';
}
?>