Weather for my site

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Weather for my site

Post 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.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post 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. :)
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

thanks!
Post Reply