Enroute next 2 hours - PHP SOAP API

Hi everybody,
I need flights coming in next few hours, but this gave me old flights; any help???
$options = array(
‘trace’ => true,
‘exceptions’ => 0,
‘login’ => ‘JASS404’,
‘password’ => FA_KEY,
);
$client = new SoapClient(‘http://flightxml.flightaware.com/soap/FlightXML2/wsdl’, $options);
// get the weather.
$params = array(
“airport” => “YPAD”,
“howMany” => 15,
“filter” =>‘’,
“offset” => 0 );

$resultEnroute = $client->Enroute($params);

thanks

How old do you mean? Are they flights you believe are no longer actually enroute, or something else?

yes, they all already landed.