Nice idea.
What you can do is:
$lastreport = PIREPData::GetLastReports($pilotid, 1);
$lastreport->arricao; // This is the airport they arrived at
$pilotid is their pilot number, without the code (so 001, etc)
If you're doing it in the profile_main.tpl, you can do:
echo 'Your arrival apt was '.$report->arricao;
Since I pull the last report to show the latest PIREP. Any other template/page you can do the above code (before this one)