I'm not entirely sure where to start on this.
Basically a website I'm currently working on for a Financial Advisor Company want to have a display of the current Stock indices on their page
This information can be easily accessed from various websites.
Ideally they would like parts of the information from
the table in this London Stock Exchange page (LSE page)
To my mind the page needs
- when accessed/refreshed to access the LSE page
- collect the data from this page
- carry out some manipulations of this data
- display this information on the page
I just don't know really where to start to do this so any help/suggestions would be useful? It doesn't need to be
ASP if a different language would be able to do this easier/better?