Closed Iquaridys closed 5 years ago
i want run repeat. For javascript i can use setInterval(). for PHP i only know use cron jobs.
can i combine this file with javascript method?
In PHP, you could use sleep ()
sleep ()
But I prefer cron jobs ...
@Iquaridys please, ask library-related questions here, not infrastructure ones.
i want run repeat. For javascript i can use setInterval(). for PHP i only know use cron jobs.
can i combine this file with javascript method?