Re: [PHP] question on time-based function

2001-01-19 Thread Ignacio Vazquez-Abrams
On Fri, 19 Jan 2001, Rudy McDaniel wrote: > Thanks Brian, I should have provided that detail. Unfortunately it is on a > Windows machine.. anyone know of a schedule for IIS that would do the same > thing? > > Rudy > Use the WinNT "at" command. Or better yet, use WinAt or the Task Scheduler. --

Re: [PHP] question on time-based function

2001-01-19 Thread Rudy McDaniel
MAIL PROTECTED]> Sent: Friday, January 19, 2001 3:56 AM Subject: Re: [PHP] question on time-based function > > Hello Rudy, > > (RM == "Rudy McDaniel") [EMAIL PROTECTED] writes: > > RM> Anyone have any ideas on how to make a function reset every > RM> 24-hours?

Re: [PHP] question on time-based function

2001-01-19 Thread Brian Clark
Hello Rudy, (RM == "Rudy McDaniel") [EMAIL PROTECTED] writes: RM> Anyone have any ideas on how to make a function reset every RM> 24-hours? For example, I have a function that grabs a random quote RM> from a file and selects a new one every time the page is reloaded. RM> What I want, however,

[PHP] question on time-based function

2001-01-18 Thread Rudy McDaniel
Anyone have any ideas on how to make a function reset every 24-hours? For example, I have a function that grabs a random quote from a file and selects a new one every time the page is reloaded. What I want, however, is for the quote to remain the same for a day and then reset at some specifie