Closed mark1million closed 13 years ago
Nabeel, Pilots next rank code doesn't seem to be working any more, this is what i have,
<?php if($nextrank) { ?> <td colspan="2"><p align="center"><strong>You have</strong> <?php echo ($nextrank->minhours - $pilot_hours)?> <strong>hours left until your promotion to <?php echo $nextrank->rank?></strong></p></td> <?php } ?>
Not working in what way?
Completely blank nothing displayed or no errors either on the page or logs.
Nabeel, Pilots next rank code doesn't seem to be working any more, this is what i have,