Wayne Posted January 7, 2009 Report Share Posted January 7, 2009 Hey i was wondering where the code was for the pilot information for the ones that are flying that show up on the live me, the information for... Pilot, Flight Number, Departure, Arrival, Status, Altitude, Speed, Distance/Time Remain Going to try and do something cool with it on my main page thanks for the help. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 7, 2009 Administrators Report Share Posted January 7, 2009 Call the function: $activeflights = ACARSData::GetACARSData(); foreach($activeflights as $flight) { print_r($flight); } $flight is an object, call each column as: $flight->columname Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.