Page 1 of 1
Weather for my site
Posted: Fri Dec 23, 2005 7:28 pm
by Luke
Does anybody know of a weather site that I can send a zip code with get variables and it will send me weather info back to include into a page on my site? That would be excellent.
Posted: Fri Dec 23, 2005 7:51 pm
by Roja
http://maisonbisson.com/blog/post/10556/
"National Weather Service Adds XML And RSS Feeds"
No, its not a return from a get variable, but considering that they offer sample PHP code to include the results in your pages, I think its a worthwhile reference.
Here's another pre-built class to do it for you:
http://pxweather.abbett.org/
Web2.0 is built on XML, not get requests and html responses.

Posted: Fri Dec 23, 2005 8:05 pm
by Luke
thanks!