View Single Post
  #1 (permalink)  
Old Aug 29th, 2006, 12:20
Tim356's Avatar
Tim356 Tim356 is offline
Reputable Member
Join Date: Nov 2003
Location: Australia
Age: 25
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
Importing HTML and manipulating data?

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:

Quote:
Badgerys Creek
Current wind speed: 6 knots (SW)
Current temperature: 10.0
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).

Can anyone help me? Will HTML Tidy do it? If so, how?
Reply With Quote