Is there any possibility to trigger automatically a php program on a scheduled date or time in php. For ex: I want to store sum information in the database on every starting time of the day i.e. 00:00 AM. Can u give the programming code or the turorial for that. iam using mySql and also postgress as backend please give the possibility in those ones also thak U.
Search the forum for posts containing the words "lynx," "cron" and "crontab."
Did you have any answer to this problem??? Thank you
He did answer.
You need to set up a crontab (in linux), a script manager, that will run the needed code at the specific time.
I'm sure their is a similar script manager for Win products.
Originally posted by netizen I'm sure their is a similar script manager for Win products.
The task scheduler could be used for that.
http://perso.wanadoo.fr/zedix/cron_win.htm