Re: [PHP] e*reminder and cron

2001-05-21 Thread James Holloway

Hi Henry,  I'm not too familiar with Cron, but check the man pages for cron
and crontab (type 'man cron' or 'man crontab', or type 'man man' if you've
not used man pages before).


James.


Henry [EMAIL PROTECTED] wrote in message
018b01c0e19d$544818a0$046265cb@henry">news:018b01c0e19d$544818a0$046265cb@henry...
 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.

 cheers
 Henry
 http://www.bigjolt.com


 --
 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]




-- 
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]




Re: [PHP] e*reminder and cron

2001-05-21 Thread Henrik Hansen

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]




[PHP] e*reminder and cron

2001-05-20 Thread Henry

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.

cheers
Henry
http://www.bigjolt.com


-- 
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]