User_GetCountryByNameLike($sCountry,10); foreach ($aCountry as $oCountry) { echo('
  • '.$oCountry->getName().'
  • '); } } ?>