Searched refs:countyCode (Results 1 – 2 of 2) sorted by relevance
6 $countyCode=$_GET["county"]; variable7 if ($countyCode != 'undefined') {16 $html .= '<h2 class="indent">' . $countyCode . '</h2>';18 $county = convToFile($countyCode);
9 $countyCode=$_GET["county"]; variable11 if (($countyCode != 'undefined' || $locality != $q) && 12 ($countyCode != $locality )) { 23 $county = convToFile($countyCode);