6974
Airbus Industrie A318/A319/320/321
Economy
';
$xml_array = simplexml_load_string($xml);
foreach($xml_array->salida como $departures) {
salida del eco “: ”. fecha (“M d Y h: ia”, strtotime (substr ($departures [“fecha”], 0.10). '“. substr ($departures [“tiempo”], 0.8))). ” ';
}
foreach ($xml_array->arrival como $arrival) {
llegada del eco “: ”. fecha (“M d Y h: ia”, strtotime (substr ($arrival [“fecha”], 0.10). '“. substr ($arrival [“tiempo”], 0.8))). ” ';
}
¿? >
|