Getting Temperature, And Listsings

SEÑOR

The Guy Everyone Hates
Messages
4,638
Reaction score
0
Points
0
So Brandon(Blong) and I are working on a new site with temperature and listings and such. How would we go about getting temperature,weather, and movie listing sand flights ect on our site?


10 points to all good ideas.,
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
errrm.... why not try finding a site like http://www.srh.noaa.gov/forecast/MapClick.php?CityName=[city]&state=[2 letter state]&site=MLB

Including that remote URL via file_get_contents, stripping out the irrelevant parts and then echo'ing the results in a format you want? Obviously, replace City, 2 letter State with whatever the user selects.

Or for a method via zip:
http://www.srh.noaa.gov/zipcity.php?inputstring=[ZIPCODEHERE]

I'm sure you can find many sites which will let you use this method.

Just be careful with copyright and public domain issues.
 

SEÑOR

The Guy Everyone Hates
Messages
4,638
Reaction score
0
Points
0
But were making somehting like yahoo.. SO we need all cities in us and canada... ANd not only weather.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
cool thanks for the info
 
Top