=1) { $url = 'http://localization.webservice.alchemyasp.com/find_city.php?city='.urlencode($cityName).'&maxResult=30'; $xml = p4::getUrl($url); if($xml) { $sxe = simplexml_load_string($xml); if($sxe) foreach($sxe->geoname as $geoname) { $bg = $bg=='boxI'?'boxP':'boxI'; $f = mb_strlen((string)$geoname->title_match); $geoname->title = ''.mb_substr($geoname->title,0,$f).''.mb_substr($geoname->title,$f); if((string)$geoname->country_match != '') { $f = mb_strlen((string)$geoname->country_match); $geoname->country = ''.mb_substr($geoname->country,0,$f).''.mb_substr($geoname->country,$f); } $output .= "