hello,
i'm looking for a way to automatically start a script at a certain time every day
it's a mailinglist script that sends the latest contribution to subscribers but it has to start automatically every day
kind regards,
steven
you can setup a cron to run anything on given time.
CRON can do this for you,
or
Scheduled Tasks if running Windows
-- Hope this will help.