is there a way to put instead of the aiport name or airport icao, but the departure and arrival city?
Instead if displaying
$yourvariable->icao
Use
$yourvariable->name
that will show the aiport name, i would like to display the arrival and departure city name not aiport. is that possible
Use
$info = OperationsData::GetAirportInfo($icao);
Then $info should contain the city name, IIRC
so so that has to be done manualy for every city i fly too
No? You put it in the template you’re using
im lost man please help.. like an a real airline site when you search a flight it gives you the departure city and the arrival city how can i do that here in php vms. pelase help… Is that posssbile to do.
Where are you putting it?
im trying to put it on the schedule_detail and on the schedule_results