ok thats simple i have a live show table where i have a start and end time when the show is finish i need to refresh the page so here we go
when the user enter i stock is enter time than
i sort the the end time from the db so i want to how time it left before i refresh
$timeleft = $endtime - $entertime
than i need to put this value in this
<META HTTP-EQUIV=Refresh CONTENT="<? echo $timeleft;?>; URL=http://www.bla.com/">
but i cant sort my time to do this simple math things as you know my time is stock in datetime format
thx eric
i very apreciate your help