xcoderx Posted June 22, 2009 Share Posted June 22, 2009 Hi al how do i fetch the weather details from http://www.assamtribune.com/weather.html and show it in my site and when they update even in my site it updates? Quote Link to comment https://forums.phpfreaks.com/topic/163202-how-to-display-weather-from-different-site/ Share on other sites More sharing options...
webweever Posted June 22, 2009 Share Posted June 22, 2009 Easiest way I've found to do it is use Yahoo weather RSS feeds and run them through Simplepie. Or you could put that link in an Iframe on your site like this: <iframe name="weather" src="http://www.assamtribune.com/weather.html"></iframe> Quote Link to comment https://forums.phpfreaks.com/topic/163202-how-to-display-weather-from-different-site/#findComment-861112 Share on other sites More sharing options...
xcoderx Posted June 22, 2009 Author Share Posted June 22, 2009 And without iframe? I do knw how to grab xml feeds but this is html so im wondering how to do it Quote Link to comment https://forums.phpfreaks.com/topic/163202-how-to-display-weather-from-different-site/#findComment-861113 Share on other sites More sharing options...
xcoderx Posted June 22, 2009 Author Share Posted June 22, 2009 Here is another one http://www.weather.com/outlook/travel/businesstraveler/local/INXX0188?from=search_city is there anyway i could stream that image in my site without iframe but with php, yaho weather do not display weather fa my place Assam like it does for usa to stream it withing my site. Quote Link to comment https://forums.phpfreaks.com/topic/163202-how-to-display-weather-from-different-site/#findComment-861142 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.