Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automatic display weather

Status
Not open for further replies.

lenelene

Programmer
Dec 10, 2002
57
0
0
MY
i want my webpage to display weather automatically from any particular website that provides weather information using php codes.

how to write the php coding?
 
You know you can always just show a weather box from The Weather Network

NATE


mainframe.gif


Got a question? Search G O O G L E for links to the fastest answers: www.google.com
 
Hi!

I made this java program, called vaerdata..
it's located at
It can not help you, but I made it, inspired by a php script.

it uses METARDATA for weather!
search for +metardata +php +script

they are usually a bit "dumb", but metardata is a standard, encoded weather. the entire weather will be a very short string!

you then decode the string and display nice icons, etc. for the user.

I would recommend implementing an iso3166 countrycode table, for the user to choose.

tell me if you need more information :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top