Hi,
As a novelty item on a website I have made a few lines of code for showing
how in hours minuts and secoinds since the server was booted up (using
C:\php\php.exe -q E:\...\set_boot_time.php value under the Run section in
the Windows Registry.). The system by running a script at bootup that sets
the time() value to an empty a file called 'boot.time'. All the website has
to do then is access the 'boot.time' file and obtain the value. Subtract the
'boot.time' value from the time() value and there you have it, the rest is
just formating.
This method works perfectly adiquatly. I was just wondering is there is an
easyer way to achieve this?

Anyone know of one.

Thanx Josh. (Project Mp3x)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to