PDA

Click to See Complete Forum and Search --> : Scheduled Task


lintz
Dec 8th, 2004, 12:53 AM
Is there a way to setup a scheduled task so that say every 20 mins a php file on my web server is executed?

What I'm trying to do is download stock prices automatically every 20 mins then manipulatre the data to my required format (which I've already done) then save the info into my SQL database. (have done this part already as well) ;)

Thanks.

visualAd
Dec 8th, 2004, 02:12 AM
If you are using linux then you can setup a cron job to execute the script at regular intervals.

ober0330
Dec 8th, 2004, 08:11 AM
You should also be able to do this using scheduled tasks on a windows server. This is a server configuration no matter what OS the server is, so you're going to have to have access to it somehow or another.