Yes Chris. It's Saturday.
:)
- Original Message -
From: "Chris Chabot" <[EMAIL PROTECTED]>
To: "Steph" <[EMAIL PROTECTED]>; "Josh Seward" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; "php-gtk" <[EMAIL PROTECTED]>
Sent: Saturday, March 31, 2001 12:38 PM
Subject: Re: [PHP-GTK] Time
Oh abo
Oh about the time being of in the folowing loop due to exec
while (1)
sleep (60*60)
exec('program')
end
that is indeed true ... however, dudes, am i the only programmer on this list ?? the
solution is so simple i didnt thought i'd have to mention it, imagine the folowing
gt;; "php-gtk" <[EMAIL PROTECTED]>
Sent: Saturday, March 31, 2001 6:49 AM
Subject: Re: [PHP-WIN] Re: [PHP-GTK] Time
while (1)
> sleep(60*60);
> exec('application')
> end
wouldn't running the exec make the time be off?
- Original Message -
" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
"php-gtk" <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 10:43 PM
Subject: [PHP-WIN] Re: [PHP-GTK] Time
> No both time and sleep use seconds.
> see http://www.php.net/manual/en/function.sleep.php and
http://www.php.net/
No both time and sleep use seconds.
see http://www.php.net/manual/en/function.sleep.php and
http://www.php.net/manual/en/function.time.php respectivly.
if you want to use milliseconds, you need to use usleep
see http://www.php.net/manual/en/function.usleep.php
just nitpicking my last few awake
Seconds? I thought milliseconds?
Oh well, suck it and see, Josh!
;)
- Original Message -
From: "Chris Chabot" <[EMAIL PROTECTED]>
To: "Josh Seward" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "php-gtk" <[EMAIL PROTECTED]>
Sent: Saturday, March 31, 2001 4:31 AM
Subject: Re: [PHP-GTK]
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);