Jump to content

creating travel protal site


Recommended Posts

hi everybody

i am developing php websites for last one and half year in the company. Now i got some work as a freelancer...... my client want me to develop the site exact like http://www.yatra.com, http://www.makemytrip.com (travel portal website where the users can book online air tickets, railway tickets, hotels etc)... i know that i can develop the site but i am stuck only in how the airlines, railway, hotels give permissions to access their databases to check which seat/flight is available, which room is available......

if anybody regarding this know anything please do reply me

thanks in advance

Link to comment
Share on other sites

but i am stuck only in how the airlines, railway, hotels give permissions to access their databases to check which seat/flight is available, which room is available

Via a web service. It may be requested via SOAP call, XML-RPC, REST, or you may be provided with an API. However don't just expect companies to give you immediate access to make requests to their servers, there is quite a complex approval procedure with some of them. Your client should have researched this and know the third parties where the data will come from. They should apply for accounts with them. It is not upto you as the developer to get involved in this procedure, only to implement whatever is required in the codebase of the system.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.