CTB001 Posted July 1, 2009 Report Posted July 1, 2009 I have a problem with the total hours <ul> <li><strong>Total Pilots: </strong><?php echo StatsData::PilotCount(); ?></li> <li><strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?></li> <li><strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?></li> </ul> Total Hours Flown: () Quote
Administrators Nabeel Posted July 2, 2009 Administrators Report Posted July 2, 2009 There was another thread here about it, you hd to run a query, trying to find the thread now Quote
Administrators Nabeel Posted July 2, 2009 Administrators Report Posted July 2, 2009 http://forum.phpvms.net/index.php?topic=813.0 Quote
CTB001 Posted July 2, 2009 Author Report Posted July 2, 2009 fixed, there are something missing to transfer the database to another host thaks for the support 8) Quote
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.