el código con el que mando a llamar las ciudades es el siguiente:
Código PHP:
$ciudad = $resultado;
$xml = simplexml_load_file('http://www.google.com/ig/api?weather='.$ciudad);
$information = $xml->xpath("/xml_api_reply/weather/forecast_information");
$current = $xml->xpath("/xml_api_reply/weather/current_conditions");
$forecast_list = $xml->xpath("/xml_api_reply/weather/forecast_conditions");
?>
<div class="weather">
<img src="<?= 'http://www.google.com' . $current[0]->icon['data']?>" alt="weather"?>
<span class="condition">
<?= $current[0]->temp_c['data'] ?>° C.
</span>
</div>
Código:
ojala me puedan ayudar, Saludos http://www.google.com/ig/api?weather=santiago