Re: [PHP] Re: send email at certain hour

2005-06-30 Thread Arthur Wiebe
Richard Lynch wrote: On Sat, June 25, 2005 11:55 am, Arthur Wiebe said: vlad georgescu wrote: i want to make a "reminder" application which sends emails at certain hour in php. is this posibile ? if not, what else can I use ? I've done it using pure PHP for a calendar script. What I did w

Re: [PHP] Re: send email at certain hour

2005-06-30 Thread Richard Lynch
On Sat, June 25, 2005 11:55 am, Arthur Wiebe said: > vlad georgescu wrote: >> i want to make a "reminder" application which sends emails at certain >> hour >> in php. is this posibile ? if not, what else can I use ? >> > > I've done it using pure PHP for a calendar script. > > What I did was write

[PHP] Re: send email at certain hour

2005-06-25 Thread Arthur Wiebe
vlad georgescu wrote: i want to make a "reminder" application which sends emails at certain hour in php. is this posibile ? if not, what else can I use ? I've done it using pure PHP for a calendar script. What I did was write a PHP script with a loop that checks every second whether or not

Re: [PHP] Re: send email at certain hour

2005-06-25 Thread Nicolas Diez
It also exists one website to do that : http://www.webcron.org/ On 6/25/05, janbro <[EMAIL PROTECTED]> wrote: > vlad georgescu schrieb: > > i want to make a "reminder" application which sends emails at certain hour > > in php. is this posibile ? if not, what else can I use ? > > > > For Linux yo

[PHP] Re: send email at certain hour

2005-06-25 Thread janbro
vlad georgescu schrieb: i want to make a "reminder" application which sends emails at certain hour in php. is this posibile ? if not, what else can I use ? For Linux you could start a cron job, with windows I'd use the taskmanager to start a batch file which contains something like cd\progra