Hi,
I'm developing an online calendar system using php/mySQL and want to execute a php script every day at some specified time (at midnight). Is there a way to set a PHP script to run itself at a certain time?
Alternatively, could I add a php script as a cron task (I have a linux server)?
Thanks for your help.