Is it possible for a web server to run a php script at a certain time?
for example I want to send a email to someone at 23:59 23 July 2009. Is it possible?
time triggered programming in php
Moderator: General Moderators
Re: time triggered programming in php
Yes. In linux this is called a cron job, and on windows you the task scheduler
Re: time triggered programming in php
what if the server is a remote one and I can't access task scheduler on the remote system?
is there a php script or a apache-based script available on the net that is similar to cron and task scheduler?
is there a php script or a apache-based script available on the net that is similar to cron and task scheduler?