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
Post a Comment