I'm trying to run a cron job, for a website email system.
Unfortunately, I don't know the first thing about cron, and I'm struggling.
A lot.
I've been using shell_exec() to try and run the cron commands, but nothing's working.
Can someone tell me in lamens terms (ok, not necessarily lamens terms) how I can setup a cron job through a PHP script?