
#Cron
To set up the automated process, you can use the crontab utility on Unix/Linux systems.

0 * * * * wget -O - -q -t 1 http://localhost/reminder/crontab

OR 

0 * * * * /usr/bin/php /var/www/reminder/index.php

