0
Is there a function in PHP that schedules a certain routine? What I would like is to turn the day, in case, 00:00, a script, in php, was fired to perform a certain task. It would be more or less the javascript setInterval, where each time something is executed. In my example, I always want that when changing the day, the script is executed searching some information in the bank and changing this information according to the previously established need.
Thank you very much, Valdeir.
– Felipe Paz