RE: [PHP] Re: Numerical Recipe - Scheduling Question - update...

2009-05-30 Thread bruce
in linuxsecs, based on user input, or 'default now()' app determines the month based on the computed secs data app app then detemines the last date of the computed month app uses date(-t,secs) to get date... app gets year:month hour:min from the startime/linuxsecs use the date, a

Re: [PHP] Re: Numerical Recipe - Scheduling Question

2009-05-29 Thread Shawn McKenzie
ilto:nos...@mckenzies.net] > Sent: Friday, May 29, 2009 2:48 PM > To: php-general@lists.php.net > Subject: [PHP] Re: Numerical Recipe - Scheduling Question > > > bruce wrote: >> Hi.. >> >> Got a need to be able to allow a user to specify the frequency to run >

Re: [PHP] Re: Numerical Recipe - Scheduling Question

2009-05-29 Thread Stuart
to > add an interval in secs? $timestamp = time() + $num_secs; -Stuart -- http://stut.net/ > -Original Message- > From: Shawn McKenzie [mailto:nos...@mckenzies.net] > Sent: Friday, May 29, 2009 2:48 PM > To: php-general@lists.php.net > Subject: [PHP] Re: Numerical R

RE: [PHP] Re: Numerical Recipe - Scheduling Question

2009-05-29 Thread bruce
Message- From: Shawn McKenzie [mailto:nos...@mckenzies.net] Sent: Friday, May 29, 2009 2:48 PM To: php-general@lists.php.net Subject: [PHP] Re: Numerical Recipe - Scheduling Question bruce wrote: > Hi.. > > Got a need to be able to allow a user to specify the frequency to run >

RE: [PHP] Re: Numerical Recipe - Scheduling Question

2009-05-29 Thread bruce
Friday, May 29, 2009 2:48 PM To: php-general@lists.php.net Subject: [PHP] Re: Numerical Recipe - Scheduling Question bruce wrote: > Hi.. > > Got a need to be able to allow a user to specify the frequency to run > certain apps/processes.. I need to be able to have the user specify a

[PHP] Re: Numerical Recipe - Scheduling Question

2009-05-29 Thread Shawn McKenzie
bruce wrote: > Hi.. > > Got a need to be able to allow a user to specify the frequency to run > certain apps/processes.. I need to be able to have the user specify a start > Time, as well as a periodic frequency (once, hourly, daily, weekly...) as > well as allow the user to specify every XX minut