PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am looking to create an automatic download function in PHP that will download a CSV file every working day and save it in a specified place. The location of the file can be found on this website: http://www.londonstockexchange.com/en-g ... ts/Search/
and the file itself is generated server-side by clicking on the link in the right hand column:
Click to download covered warrants (100Kb)
Given the way this price data is offered, this is different from fetching a page and parsing it in the usual way. Could someone point out where to start tackling this problem?
It's more likely the price feeds are from different sources and the complexity lies in combining the data into one well structured file. Anyone any solutions?