Re: [PHP] Writing a PHP Web application

2005-07-01 Thread Mark Rees
"Philip Hallstrom" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What are the options to get code to run on the server (every XX > > minutes), without any user interaction, etc. > > If you are running on a unix like system (linux, freebsd, solaris, etc.) > cron can do this for you

Re: [PHP] Writing a PHP Web application

2005-06-30 Thread Philip Hallstrom
What are the options to get code to run on the server (every XX minutes), without any user interaction, etc. If you are running on a unix like system (linux, freebsd, solaris, etc.) cron can do this for you. See this: http://en.wikipedia.org/wiki/Cron If on windows there are probably schedul