How i can count the airports of my VA?
Try this
<?php echo count(OperationsData::getAllAirports()); ?>
This works, thanks.
How i can count the airports of my VA?
Try this
<?php echo count(OperationsData::getAllAirports()); ?>
This works, thanks.