how to make a air ticket booking website..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amitdubey2
Forum Commoner
Posts: 48
Joined: Tue Apr 13, 2010 10:13 pm

how to make a air ticket booking website..

Post by amitdubey2 »

Hello frns,
i want to make a travel website for air ticket booking ... in this site when a user fills required fields to get enquiry about seat availability on a particular day on a particular airline from one place to another ...the website should search for it in some ticket booking websites and should produce the desired result...
the website should something like this...just check the following link

http://www.dhintana.com/trips


If you have any idea how to go for this...please suggest me.. :?: :?: :?: :idea:
I will highly appreciate ur concern... :D :)


Regards
Amit
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: how to make a air ticket booking website..

Post by Christopher »

That is a very broad question. What is the first specific question you want answered? What is the most important feature to implement?
(#10850)
amitdubey2
Forum Commoner
Posts: 48
Joined: Tue Apr 13, 2010 10:13 pm

Re: how to make a air ticket booking website..

Post by amitdubey2 »

by Christopher » Wed Apr 28, 2010 2:07 am

That is a very broad question. What is the first specific question you want answered? What is the most important feature to implement?

Hi Mr. Christopher,

As you said Mr. Admin is absolutely true...my question is too broad to answer.....
But the thing which i need is that......how to search different ticket booking site from the one which i am going to make???
I think you have visited the link which i have provided. i am again attaching this link ...

http://www.dhintana.com/trips

IN the above link it is searching for the avalabiliy of tickets in the five different sites...how it is searching the others for the query which is put on this site..???....i need the logic behind it...how it will work for me??? because i dont have any idea in this reference...and offcourse Script for that if possible.. :!: :?: :idea:
Any idea...please reply...thanks for your concern




Regards
Amit
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: how to make a air ticket booking website..

Post by Christopher »

I just clicked the Submit button on that site! ;) It is opening five windows (using Javascript probably) with either URLs or form posts specific to each site. So for each site you want to search, you need to look at their URL/form and replicate what they do.
(#10850)
amitdubey2
Forum Commoner
Posts: 48
Joined: Tue Apr 13, 2010 10:13 pm

Re: how to make a air ticket booking website..

Post by amitdubey2 »


Thanks Mr.Christopher,

Your suggestion was quite helpful n i got the answer for my doubt..in the link which i have given they are using javascript to pass the values...nw i am going on the right track. 8O
Keep helping.. :D :) :o



regards
amit
Post Reply