How to track flight status and delay time of flight in php.

Hello Team,

  I want php script code trough which i want to track flight status. team can u suggest me how to rectify the issue.

Thanks.

Hi,
You should use FlightXML.
Here is the documentation and php examples:
(https://flightaware.com/commercial/flightxml/documentation2.rvt)

Calls to FlightInfo provide flight times:
https://flightaware.com/commercial/flightxml/explorer/#op_FlightInfo

What call would best track a flight being delayed? We have been testing alerts and we don’t see any alerts about a flight being delayed. What about boarding, is there a way to determine that a flight is boarding? Thanks!