Why would a column total reach a number and stop?
Pilot Stats
If you would look at the link here and top of page you will Total Flight time. It reads 838:59:59 in a time format 838 hours, minutes , seconds.
Here is problem script I think. reads like this:
$query = "SELECT sec_to_time(sum(TIME_TO_SEC(TotalBlockTime)))FROM flights".$condition;
$result=mysql_query($query);
$TFT = mysql_result($result,0);
Can anyone help me please.