I need to get the data from html page which is public web site, and do not ask for any password & username- how can we get the html page which displays a table and store them into database ?
<pre>
Main Name
Symbol Price Change
Company ABSD II QWW 31.64 -13
Company AS AAA 44.00 12
Company A VQW 34.12 +10
Company IIYU LPO 25.33 -17
Company AJKK BBB 33.33 +21
Last Updated Sep 13, 2005 10:20 AM EST
</pre>
I would like to read this data every 15-20 minutes and store in to my ASPRunner Database with the form of :
[color=red]Company_Name Symbol Price Change
thx