I have a module I am building where I have extracted the pilots current location based off of this code:
$last_location = PIREPData::getLastReports($pilotid,1, PIREP_ACCEPTED);
However, this will only output the ICAO of the airport and not its actual name. Is it possible to get phpvms to pull the full airport name as it is inside the airports table of the database?