How to make a PHP function triggered automatically at a user defined time
Posted
by
mithilatw
on Programmers
See other posts from Programmers
or by mithilatw
Published on 2012-09-03T07:39:32Z
Indexed on
2012/09/03
9:48 UTC
Read the original article
Hit count: 231
I am developing an internal system for a company with PHP using Zend framework. I need one of its functions to execute on a time specified by user.
My research on this matter found me several ways of doing this using CPanel Cron jobs and setting up scheduled tasks on the server. But in this scenario, I don't have a CPanel and I already use scheduled tasks. But my challenge is to provide an interface for the user to specify the time to trigger the function.
© Programmers or respective owner