??? what are you talking about my server is fine i just want to know HOW to code this... i found a way to do it, but only in days... (and that took two hours and only ended up as a few lines of code 😃) can any body help me get it to show the hours, minutes, and seconds too?
$mysql_timestamp = strtotime ("now");
$start = date("U", mktime (10,40,0,02,26,2003));
$complete1 = $mysql_timestamp - $start;
$complete = $complete1 / "60" / "60" / "24";
$complete = round($complete);
$check = $beforeround - $complete;
$check = round($check,2);
print "$check";