Having PHP code run when no one's looking at your site
Posted: Sun Feb 27, 2005 4:33 pm
Is it possible to have a php script run every day, or like set it to run at a certain time, or even have it always running?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Depending on the type of server you are hosted on, you may not have access to cron. If don't have a shell access on a *nix type server then you wil have to do something else.smpdawg wrote:Do a search on this site for cron.