php - TimeFrame Statistic Issue -


i'm having problem regarding time frame statistic see here: http://www.ivao.ch/rfe_gva/stats . don't know why 1200 1300z i've flight , not correct..i wanna see flight time..

<?php ($i=8;$i<18;$i++) {      if ($i % 2 == 0) {         echo "<div class=\"row margintop20\">";     }      if ($i >= 24) {         $time = ($i-24)*100;     } else {         $time = $i*100;     }     $time100 = $time+100; 

?>

how can solve problem?


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -