Is there a way to automate php scripts to run at a certain time without interaction?
You have the script on the server ready to go and you want it to set to run every 10-20 minutes without you being there or someone being there to run it.
Thanks!
You would have to set them as a cronjob in Linux, or Task Manager in Windows.
Cheers.