Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/12/19 in all areas

  1. <?php $aircraft = OperationsData::getAircraftInfo($schedules->aircraftid); echo $aircraft->icao; ?> Change $schedules->aircraftid to the aircraft id of your table, provided the id's match between the aircraft table and your table then it should work.
    1 point
×
×
  • Create New...