How to automatically run a PHP script daily?
Posted: Wed Apr 16, 2003 1:13 pm
Hi,
I am trying to run a PHP script daily at the end of each day, sending out emails and updating the database.. I have no idea how to do it in PHP..
From what I read, cron seems to be the way, but my ISP did not installed it...
I heard you can wrapped PHP within some CGI code to let it run automatically, but I could not find any clear explaination. Would be great to get some help regarding any good ways to automatically run a PHP script.
Thanks for any help!
I am trying to run a PHP script daily at the end of each day, sending out emails and updating the database.. I have no idea how to do it in PHP..
From what I read, cron seems to be the way, but my ISP did not installed it...
I heard you can wrapped PHP within some CGI code to let it run automatically, but I could not find any clear explaination. Would be great to get some help regarding any good ways to automatically run a PHP script.
Thanks for any help!