Home
last modified time | relevance | path

Searched refs:countyCode (Results 1 – 2 of 2) sorted by relevance

/plugin/geonav/server/
H A Dget_county.php6 $countyCode=$_GET["county"]; variable
7 if ($countyCode != 'undefined') {
16 $html .= '<h2 class="indent">' . $countyCode . '</h2>';
18 $county = convToFile($countyCode);
H A Dget_locality.php9 $countyCode=$_GET["county"]; variable
11 if (($countyCode != 'undefined' || $locality != $q) &&
12 ($countyCode != $locality )) {
23 $county = convToFile($countyCode);