Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Komunitasweb.com:
Showing the weather with PHP and Google Weather API
Sep 11, 2009 @ 14:47:21

On the Komunitasweb.com blog there's a recent post walking you through the steps to add the Google weather content to your site, complete with icons.

If you need to show weather in your website, you can use weather widget such as weatherbug. It’s nice and simple, but maybe you need something more integrated with your website. So, take a look at Google Weather API.

They use a SimpleXML object to pull in the XML data from Google's backend (as called via a URL) and loop through the resulting objects to output temperature, current conditions and several days of the forecast.

tagged: weather tutorial google simplexml api

Link:


Trending Topics: