Click here to Skip to main content
15,922,584 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I want to display a timetable of flights of all airlines, like http://www.yatra.com/[^]. I want to show flights' timetable when user specifies origin & destination & date of flight. How do I display flight information? Please give me some pointers to get started.

Thanks
Posted
Updated 21-Jan-11 17:03pm
v2
Comments
Sergey Alexandrovich Kryukov 21-Jan-11 14:52pm    
Same way as railroad, only companies are different.

By the way, where is your effort?
Indivara 21-Jan-11 23:04pm    
Clickety police + minor fixes

Having airline company webservice is an easy way out. If for some reason, you are not able to do that then there is a hard way too:
Collate all the data from all the airlines and maintain them in your database. Then use this database to return the search result when needed. In this case, you need to keep track of any change and update your data-repository accordingly.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Jan-11 14:51pm    
Useful recommendation - a 5.
maya saste 22-Jan-11 2:32am    
can you give me some hint or information about this easy way.
Sandeep Mewara 22-Jan-11 2:55am    
Easy way: Talk to airlines, ask if they have exposed a webserice which you can use in your application. If yes, then just refer the webservice and invoke it when required to get back the data. Thus, you dont need to worry about correctness of data and it will be maintained by airline people and not you.
I guess you would need a webservice from the airline company to point at.
Don't know if you can consume a webservice to get that info.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900