Web Hosting Talk







View Full Version : Automate PHP Scripts


mginc
08-27-2004, 01:29 AM
Hello Geeks,

Fairly a common issue but I am stumped.

I want to automate sending emails to our users when their evaluation is about to expire. I want to run this every night automatically.

Thanks.

-- Mike

ABliss
08-27-2004, 02:05 AM
crontab -e

0 0 * * * php /path/to/script.php

will run "php /path/to/script.php" every night at midnight.

CretaForce
08-27-2004, 02:37 AM
I am just curious what Customers Management System you use.