Re: [PHP] Periodic Actions in PHP?

2009-06-15 Thread tedd
At 9:22 PM +0330 6/14/09, Parham Doustdar wrote: Actually, your message sparked an idea in my [slow] mind. :) I can put the PHP code in a java script, and tell javascript to call it every fifteen seconds. Best option, I think. :) Any ideas? Thanks! Parham: That's exactly what I've done here:

Re: [PHP] Periodic Actions in PHP?

2009-06-14 Thread Phpster
rday, June 13, 2009 2:17 AM To: Parham Doustdar Cc: php-general@lists.php.net Subject: Re: [PHP] Periodic Actions in PHP? Hi, I'm going to create a small chat script with PHP. The messages you want others to see will be added to a flat file (I.E. TXT file), and read and displayed by PHP

Re: [PHP] Periodic Actions in PHP?

2009-06-14 Thread Parham Doustdar
; Of Richard Heyes > Sent: Saturday, June 13, 2009 2:17 AM > To: Parham Doustdar > Cc: php-general@lists.php.net > Subject: Re: [PHP] Periodic Actions in PHP? > > > Hi, > >> I'm going to create a small chat script with PHP. The messages you want > others to see &

RE: [PHP] Periodic Actions in PHP?

2009-06-13 Thread bruce
: richard.he...@gmail.com [mailto:richard.he...@gmail.com]on Behalf Of Richard Heyes Sent: Saturday, June 13, 2009 2:17 AM To: Parham Doustdar Cc: php-general@lists.php.net Subject: Re: [PHP] Periodic Actions in PHP? Hi, > I'm going to create a small chat script with PHP. The messages you w

Re: [PHP] Periodic Actions in PHP?

2009-06-13 Thread Sancar Saran
On Saturday 13 June 2009 11:42:49 am Parham Doustdar wrote: > Hi there, > I'm going to create a small chat script with PHP. The messages you want > others to see will be added to a flat file (I.E. TXT file), and read and > displayed by PHP. However, I want this reading and displaying to be > period

Re: [PHP] Periodic Actions in PHP?

2009-06-13 Thread Richard Heyes
Hi, > I'm going to create a small chat script with PHP. The messages you want > others to see > will be added to a flat file (I.E. TXT file), and read and displayed by PHP. > However, I want > this reading and displaying to be periodic. This means that I want PHP to > check the file for > new l