By ninjazhai
via codeofaninja.com
Published: Nov 22 2012 / 08:10
Today we are going to run a PHP script on schedule, in other words, this PHP script should be executed in certain period of time. This could be any script you want, it can be used to send email to your users, make changes to your file system or database, crawl a website, etc. Running a script on schedule has a lot of benefits because it does the job automatically, without you worrying about it.
Tweet
SaveShareSend
Tags: how-to, open source, php, unix-linux
Add your comment