shiljo Posted June 7, 2013 Report Share Posted June 7, 2013 Hi! I would like someone to solve me my problem. I have 2 airlines inside group, one cargo, one passenger, how can i show those two on statistics? And does all pilots which are flying first or second, must be on either of VA, for gaining hours, or they got hours regarding they VA assigment on roster? Question is little bit mixed up and confusing, but i think you will get my point S for example... OK i got something solved. So if any pilots flying any airline, his FH and flight are taken in count for roster. But still i need statistic for all passenger and cargo to be counted, any help code... this is mine now... <h3>Airline Stats</h3> <div class="box"> <strong>Total Pilots: </strong><?php echo StatsData::PilotCount(); ?><br> <strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?><br> <strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?> FH<br> <strong>Total Cargo Carried: </strong><?php echo number_format(StatsData::totalpaxcarried()); ?> kg<br /> <strong>Total Schedules: </strong><?php echo StatsData::totalschedules(); ?><br> <strong>Total Aircraft In Fleet: </strong><?php echo StatsData::totalaircraftinfleet(); ?><br /> <strong>Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?><br> </div> Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted June 8, 2013 Members Report Share Posted June 8, 2013 Hi i dont seem to have understand what you exacly want can you please describe it somehow ? But still i need statistic for all passenger and cargo to be counted, any help code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.