PDA

View Full Version : Automatically execute script


MatKieng
02-29-2004, 09:19 PM
Hello all,
I want a script to execute regularly (1 day, 1 week, etc...). Do you know an efficiently way to do it? Thanks.

bdl
02-29-2004, 09:31 PM
Usually you'd use cron on a UNIX platform / <insert scheduling service here> on Win.

Google search: php cron (http://www.google.com/search?&q=php%20cron)