When accessing http://www.example.net
, a CSV file is downloaded with the most current data regarding that site. I want to have my site, http://www.example.com
, access http://www.example.net
on an hour by hour basis in order to get updated information.
I want to then use the updated information stored in the CSV file to compare changes from data in previous CSV files. I obviously have no idea what the best plan of attack would be so any help would be appreciated. I am just looking for a general outline of how I should proceed, but the more information the better.
By the way, I'm using a LAMP bundle so PHP and mySQL solutions are preferred.