PDA

View Full Version : Help with time cycles



wbarrett26
May 16th, 2005, 01:53 PM
I was wondering if anyone could point me to a good resource for cycles based on a period of time. Like if you have a variable and want to add a constant, or random number, every 1 hour how would i do this. Looked at hotscripts for any examples but i think "cycles" might be a bad search term. Thanks in advance

A7RSTR7K3
May 16th, 2005, 02:44 PM
What language are you trying to do this with... You can do it in flash (I know thats not server side) by using intervals. But ya... need to know a language... ColdFusion you can have run scripts on a schedule.

Cybernoid
May 16th, 2005, 03:09 PM
crontab

wbarrett26
May 16th, 2005, 06:43 PM
thanks, exactly what i needed, may be backl for another question in a couple of days