|
If you don't set up the script to send the output from the PHP script to null, it will likely email it to you (you probably set up an email address when setting up the cron job, right?)
If it didn't actually do anything, check the directory where it is running for an error_log file and see what it says is wrong.
|