[PHP] Re: Dated/Timed actions

2001-10-02 Thread Lukas
Stephane, One possibilety is to have a script which does the sending - checking against a db to see what to send out, having it called periodically from a cron job. I have built a (very) simple little daemon for doing jobs like this, it works similarly to cron except it is easier to

[PHP] Re: Dated/Timed actions

2001-10-02 Thread Henrik Hansen
[EMAIL PROTECTED] (Stephane Besnard) wrote: Hi, Does anybody know how to generate 'dated/timed actions' with PHP? By this I mean, for instance, automatically sending an email to a group of people when a specific date and time is reached: sending a happy birthday message to a

Re: [PHP] Re: Dated/Timed actions

2001-10-02 Thread paharito
PROTECTED] Sent: Tuesday, October 02, 2001 12:27 PM Subject: [PHP] Re: Dated/Timed actions [EMAIL PROTECTED] (Stephane Besnard) wrote: Hi, Does anybody know how to generate 'dated/timed actions' with PHP? By this I mean, for instance, automatically sending an email to a group

Re: [PHP] Re: Dated/Timed actions

2001-10-02 Thread Duncan Hill
On Tue, 2 Oct 2001, paharito wrote: But what if your server can't give you cron perms? It would be useful if I could send an e·mail every monday... but can I do this without the cron? Try at instead. -- Sapere aude My mind not only wanders, it sometimes leaves completely. -- PHP

Re: [PHP] Re: Dated/Timed actions

2001-10-02 Thread Henrik Hansen
[EMAIL PROTECTED] (Duncan Hill) wrote: On Tue, 2 Oct 2001, paharito wrote: But what if your server can't give you cron perms? It would be useful if I could send an e·mail every monday... but can I do this without the cron? Try at instead. if you dont have cron access I dont

Re: [PHP] Re: Dated/Timed actions

2001-10-02 Thread paharito
as a cron job? Thanks :) PD: yes, my english sux XD - Original Message - From: Henrik Hansen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 2:27 PM Subject: Re: [PHP] Re: Dated/Timed actions [EMAIL PROTECTED] (Duncan Hill) wrote: On Tue, 2 Oct 2001, paharito

Re: [PHP] Re: Dated/Timed actions

2001-10-02 Thread Henrik Hansen
[EMAIL PROTECTED] (Paharito) wrote: Well, it maybe posibble... but how can be it done by a php script? I mean: - The job is to send a mail to the mail-list of my web every monday, but I cannot use the crontab I think I can do this script: - At every visit at my index