Skip to content

Monthly Archives: February 2014

PHP implementation of cron

I recently needed to create an application that creates recurring calendar events. After thinking about this for a while, I decided that doing something similar to unix cron was the solution. This is the unix cron format: * * * * * command to be executed – – – – – | | | | […]