I want to import data from a table on this page:
http://www.bom.gov.au/products/IDN65066.shtml
It's updated every 10 minutes and contains temperatures and wind speeds of areas in Australia. The page is never renamed, always is the same link. I want to create a really simple page on one of my sites that will only show specific details for one location.
So I want to be able to somehow import the data from that table, then pull out something that would end up looking like this:
Can anyone help me? Will HTML Tidy do it? If so, how? I'd like to develop this in PHP, so if anyone knows of a bunch of php functions that can do this, that would be preferred.
http://www.bom.gov.au/products/IDN65066.shtml
It's updated every 10 minutes and contains temperatures and wind speeds of areas in Australia. The page is never renamed, always is the same link. I want to create a really simple page on one of my sites that will only show specific details for one location.
So I want to be able to somehow import the data from that table, then pull out something that would end up looking like this:
That's all I want to display. The page will be really only for my own purposes - I want to be able to check this info from my mobile phone without having to scroll through all the other crap in that table (I kitesurf).Badgerys Creek
Current wind speed: 6 knots (SW)
Current temperature: 10.0
Can anyone help me? Will HTML Tidy do it? If so, how? I'd like to develop this in PHP, so if anyone knows of a bunch of php functions that can do this, that would be preferred.






