> I have been tasked to get temperature data on a daily basis from a website

Good evening,

This very much depends on a couple of factors:

* If you own the application that is publishing the temperatures
 -  You could create a webservice that other applications can access,
 -  You could publish rss feeds that other applications can access

* If you do not own the application that is publishing the temperatures:
 - If by table you mean HTML table, then it *should* be possible to
parse the html and extract the data you need though this depends on
the html source. Post a link and I'll let you know ;)
 - If by table you mean database table, then unless the application
formally publishes the data through a feed or webservice then you
won't be able to access it.

HTH

Dominic

-- 
Blog it up: http://fusion.dominicwatson.co.uk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303936
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to