FB Posted July 29, 2007 Share Posted July 29, 2007 Hey I am not looking to be spoon fed but I am new to php and learning it. I would like to display on my site the following: 1. The updated satellite photo loop for Australia from BOM. You can find it here: www.bom.gov.au/products/IDE00902.loop.shtml 2. The updated weather forecast for each state when a user clicks on that state. You can find it here for example: www.bom.gov.au/cgi-bin/w....pl?IDQ10700.txt (state forecast) I need them to update themselves so I don't have to do it every few hours as this would be very time consuming. My main question is where do I find the data feed or files to put into my php code? Or is there an easier way of doing it? The BOM site does have a section called the special services unit but I am unsure on the weekend what they provide. Also, I want to show weather for specific regions when users click that region and will show them this data: www.bom.gov.au/cgi-bin/s...rod.cgi?IDQ10050 I also cannot find a dat file for that. In other words I cant find the file I need to "get" Tips appreciated. Link to comment https://forums.phpfreaks.com/topic/62287-weather-information/ Share on other sites More sharing options...
AndyB Posted July 29, 2007 Share Posted July 29, 2007 http://www.bom.gov.au/silo/ - products menu is on the left. example: http://www.bom.gov.au/silo/products/MJO_SatLoop.shtml Link to comment https://forums.phpfreaks.com/topic/62287-weather-information/#findComment-309969 Share on other sites More sharing options...
PC Nerd Posted July 29, 2007 Share Posted July 29, 2007 also, maybe use frames or similar? gdlk Link to comment https://forums.phpfreaks.com/topic/62287-weather-information/#findComment-309989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.