"Henry" <[EMAIL PROTECTED]> wrote:
> i'd like to run something like http://sourceforge.net/projects/e-reminders/
> on my site. it uses cron to trigger the mail to be sent.
>
> i'm not familiar with unix and cron. apparently i need to use shell access
> on my site to get this working.
>
> anybody got any tips to get cron working in the simplest way.
from you shell enter :
crontab -e
then you are in the crontab file, here you can input a cronjob, look
more at man crontab
--
Henrik Hansen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]