how may it be possible to say how long it was before a certain time? say for instance i have the variable $starttime = time(); then, later an uptime was called. the time of the uptime being $timenow = time(); $runningtime = $runningtime - $timenow; now i have the amount of time the program has been running in seconds, but how do i convert that to days, hours, mins, secs, etc..?
dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]