<?
$d1=mktime(13,44,20,1,1,2002);//first three variables are your time and last
are a random day
$d2=mktime(13,49,25,1,1,2002);
echo date("i:s",$d2-$d1);
?>

--


Best regards,
George Nicolae
IT Manager
___________________
X-Playin - Professional Web Design
www.x-playin.f2s.com



"Tom Beidler" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have some records in a MySQL database that store a start and stop time.
In
> my display page that displays the record info I would like to use PHP to
> find the elapsed time between the two fields. So if I had;
>
> Start 13:44:20
> Stop 13:49:25
>
> Possibly use a function to calculate
> Elapsed 5:05
>
> Do I need to do this in MySQL?
>
> Thanks,
> Tom



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to