I have the following code to parse Yahoo weather information:
$xml = simplexml_load_file(‘http://weather. yahooapis.com/forecastrss?w=868274&u=c’);
$weatherInfo = $xml->channel->item->descri
I have the following code to parse Yahoo weather information:
$xml = simplexml_load_file(‘http://weather. yahooapis.com/forecastrss?w=868274&u=c’);
$weatherInfo = $xml->channel->item->descri