Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,
I am PHP Developer and want to make web site in php.
My concept for making web site is to provide airline detail to the user.

You can see example, this is url:
http://www.yatra.com[^]
http://www.makemytrip.com[^]
for that i do not know that how can i collect all the detail of airline.
so please anyone who know about that how to get airline data OR is there any API to provide this detail.
Posted
Updated 11-Jun-10 1:04am
v2

1 solution

Vishal Ghantala wrote:
for that i do not know that how can i collect all the detail of airline.

Vishal Ghantala wrote:
there any API to provide this detail.


How come you can think of an API here? Is it a standard thing? Airlines info and timetable is something which keeps on changing.

You need to talk to them and get details from them. Store them in your DB and keep them updating on regular basis based on what you get from airlines department. If they have their own webservice hosted, you can use that to get necessary data.
 
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