/ Published in: PHP
Expand |
Embed | Plain Text
$xml = simplexml_load_file('http://www.google.com/ig/api?weather=ADDRESS'); $information = $xml->xpath("/xml_api_reply/weather/current_conditions/condition");
You need to login to post a comment.
