[PHP] Can php works as a scheduler?

2003-01-20 Thread Jack
Dear all I built a page which will import data from csv files to database, i want this task to be done automatically at the midnight of each date. so does anyone know if there is any function work as similar as Scheduler in php? so php will run the script at specific time! Thx a lot Jack [EMAIL

Re: [PHP] Can php works as a scheduler?

2003-01-20 Thread Jason k Larson
Unix/Linux use: cron (crontab) Windows use: at HTH, Jason k Larson Jack wrote: Dear all I built a page which will import data from csv files to database, i want this task to be done automatically at the midnight of each date. so does anyone know if there is any function work as similar as

RE: [PHP] Can php works as a scheduler?

2003-01-20 Thread John W. Holmes
I built a page which will import data from csv files to database, i want this task to be done automatically at the midnight of each date. so does anyone know if there is any function work as similar as Scheduler in php? so php will run the script at specific time! You can do what you want,