I am using PHP and MySQL and was wondering if it would be possible to do this:
i want a user to be able to go to a webpage, and then enter a URL, and then select a time interval (every hour, every day, every month, etc). then based on that time interval, the URL would be downloaded into a directory. I guess my main problem is figuring out how to time the php script to run. this would be running on a remote server that runs Linux.