I have set up a cron job to delete users that are not validated 10 days after they have registered.
However when the cron deamon returns the email results it brings out loads of error messages. I have now found out that it doesn't execute the PHP file.
So my question is... How can I execute a PHP file for use in a cron job?
Thanks in advance.