RE: [PHP] Automatic Execution of Function

2004-11-07 Thread Mike
TECTED] Subject: [PHP] Automatic Execution of Function Hi, I need to make a function that will execute "automatically" at some regular intervals. Is it possible? If yes, can any give me some hint how can I make such thing? Thanks. Kevin. -- PHP General Mailing List (http://www.php.ne

RE: [PHP] Automatic Execution of Function

2004-11-07 Thread Matthew Davey
Execute the script with a cron'd event. (assuming this is nix based) If its not, I am pretty sure there is a similar system for windows. -Original Message- From: Kevin Javia [mailto:[EMAIL PROTECTED] Sent: November 7, 2004 22:28 To: [EMAIL PROTECTED] Subject: [PHP] Automatic Exec

Re: [PHP] Automatic Execution of Function

2004-11-07 Thread Ryan King
On Sunday, November 07, 2004, at 09:38PM, Kevin Javia <[EMAIL PROTECTED]> wrote: >Hi, > >I need to make a function that will execute "automatically" at some regular >intervals. > >Is it possible? If yes, can any give me some hint how can I make such thing? > >Thanks. >Kevin. > I presume you're

[PHP] Automatic Execution of Function

2004-11-07 Thread Kevin Javia
Hi, I need to make a function that will execute "automatically" at some regular intervals. Is it possible? If yes, can any give me some hint how can I make such thing? Thanks. Kevin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php