[PHP-WIN] Re: [PHP-GTK] Time

2001-03-31 Thread Chris Chabot
ger with decimals) to calculate the run time, with a Mili Second accuracy. Then it converts the float (wich is something like '12.345') to Ms (12345) and does a usleep on that amount of Ms. Hope this puts an end to this thread, this should give u plenty of tools to solve the problem Thu

[PHP-WIN] Re: [PHP-GTK] Time

2001-03-30 Thread Chris Chabot
moments of the day :) -- Chris Steph wrote: > Seconds? I thought milliseconds? > > Oh well, suck it and see, Josh! > ;) > > - Original Message ----- > From: "Chris Chabot" <[EMAIL PROTECTED]> > To: "Josh Seward" <[EMAIL PROTECTED]>

[PHP-WIN] Re: [PHP-GTK] Time

2001-03-30 Thread Chris Chabot
Umm the obvious reply would be to go to download.com and browse to see if they have a shareware version of a cron like application, i am sure they do... i remember seeing some of those. Otherwise, code a simple php or c or delphi or visual basic app that only does while (1) sleep(60*60);