473,385 Members | 1,342 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

XML/PHP Web Service for Flight Information

Hi, I was wondering if it was possible to create a php script that
checks flight information for several flight operators given certain
parameters such as departure date/ departure airport/ destination and
number od travellers?
What i would like to do is have a link on my site, that once clicked
would open up a new window that would display the prices from several
airlines for these dates etc

I think going along the lines of XML Web services is the right path
but these seem to be very early in the developmental process and none
seem available to meet my requirements.

Does anybody have any ideas?

Many Thanks,

Paul

Apr 1 '07 #1
10 9057
You might try joining Global Travel:

http://www.globaltravel.com/Home/Default.aspx?tabid=129

On Apr 1, 12:24 pm, "macca" <ptmcna...@googlemail.comwrote:
Hi, I was wondering if it was possible to create a php script that
checks flight information for several flight operators given certain
parameters such as departure date/ departure airport/ destination and
number od travellers?

What i would like to do is have a link on my site, that once clicked
would open up a new window that would display the prices from several
airlines for these dates etc

I think going along the lines of XML Web services is the right path
but these seem to be very early in the developmental process and none
seem available to meet my requirements.

Does anybody have any ideas?

Many Thanks,

Paul

Apr 1 '07 #2
Yahoo also has some travel tools:

http://developer.yahoo.com/travel/

On Apr 1, 7:46 pm, "petersprc" <peters...@gmail.comwrote:
You might try joining Global Travel:

http://www.globaltravel.com/Home/Default.aspx?tabid=129

On Apr 1, 12:24 pm, "macca" <ptmcna...@googlemail.comwrote:
Hi, I was wondering if it was possible to create a php script that
checks flight information for several flight operators given certain
parameters such as departure date/ departure airport/ destination and
number od travellers?
What i would like to do is have a link on my site, that once clicked
would open up a new window that would display the prices from several
airlines for these dates etc
I think going along the lines of XML Web services is the right path
but these seem to be very early in the developmental process and none
seem available to meet my requirements.
Does anybody have any ideas?
Many Thanks,
Paul

Apr 2 '07 #3
Thanks for the suggestions but they are not really what i'm looking
for.

I need to give prices from UK airports to Valencia for a date that my
user selects from a calendar,
something like:
02 April Expedia £30.00

02 April Jet2 £45.00

02 April BMI 52.00

Any suggestions will be appreciated...

Apr 2 '07 #4
macca wrote:
I need to give prices from UK airports to Valencia for a date that my
user selects from a calendar,
something like:

02 April Expedia £30.00

02 April Jet2 £45.00

02 April BMI 52.00

Any suggestions will be appreciated...
Use skyscanner.net?

--
"Checking identity papers is a complete waste of time. If anyone can
be counted on to have valid papers, it will be the terrorists".
Apr 2 '07 #5
NC
On Apr 2, 6:35 am, "macca" <ptmcna...@googlemail.comwrote:
>
I need to give prices from UK airports to Valencia for a date
that my user selects from a calendar, something like:

02 April Expedia £30.00
02 April Jet2 £45.00
02 April BMI 52.00
There is no easy way of getting it done. You need to scrape
airline and/or travel Web sites. Travelocity offers custom
RSS feeds, but only for U.S. departures; Travelocity UK does
not (yet?) have this sevice...

Cheers,
NC

Apr 3 '07 #6
You could put a FareChase form on your site:

http://developer.yahoo.com/travel/farechase/index.html

To restrict the destination, do your own redirect or use cURL.

On Apr 2, 9:35 am, "macca" <ptmcna...@googlemail.comwrote:
Thanks for the suggestions but they are not really what i'm looking
for.

I need to give prices from UK airports to Valencia for a date that my
user selects from a calendar,
something like:

02 April Expedia £30.00

02 April Jet2 £45.00

02 April BMI 52.00

Any suggestions will be appreciated...

Apr 4 '07 #7
Expedia offers a private label solution, perhaps they also offer XML
feeds, any information on this?
On Apr 4, 6:18 pm, "petersprc" <peters...@gmail.comwrote:
You could put a FareChase form on your site:

http://developer.yahoo.com/travel/farechase/index.html

To restrict the destination, do your own redirect or use cURL.

On Apr 2, 9:35 am, "macca" <ptmcna...@googlemail.comwrote:
Thanks for the suggestions but they are not really what i'm looking
for.
I need to give prices from UK airports to Valencia for a date that my
user selects from a calendar,
something like:
02 AprilExpedia £30.00
02 April Jet2 £45.00
02 April BMI 52.00
Any suggestions will be appreciated...- Hide quoted text -

- Show quoted text -

Apr 20 '07 #8
Dan Anos <fi********@gmail.comwrote in news:1177077458.967200.203360
@n59g2000hsh.googlegroups.com:
Expedia offers a private label solution, perhaps they also offer XML
feeds, any information on this?
my guess is that expedia and other travel sites are not keen on being
'scouted' for fares, since that is a part of what THEY do. sort of like
ticketmaster preventing other sites from seeing what tickets are available
to what shows.
Apr 20 '07 #9
Okay, but how do THEY do it then?
my guess is that expedia and other travel sites are not keen on being
'scouted' for fares, since that is a part of what THEY do. sort of like
ticketmaster preventing other sites from seeing what tickets are available
to what shows.

Apr 22 '07 #10
macca wrote:
>my guess is that expedia and other travel sites are not keen on being
'scouted' for fares, since that is a part of what THEY do. sort of like
ticketmaster preventing other sites from seeing what tickets are available
to what shows.


Okay, but how do THEY do it then?
(Top posting fixed)

They have access to databases from the airlines. And they pay big bucks
for that access.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Apr 22 '07 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: grutta | last post by:
I am writing a windows service that will recieve notification when a USB Device is insterted into the machine. I have used the RegisterDeviceNotification and the RegisterServiceCtrlHandlerEx with...
2
by: R.A. | last post by:
Hi, I have a web service that process a client call. When a client makes a call to the web method the method needs to query some data from a client_A and return the data to the calling client_B....
2
by: Trevor | last post by:
Argh! This problem is driving me nuts! Can you help? In November of 2003, I installed a web service on Windows Server 2003 built in VB.NET for v1.1.4322 of the framework. It contains a timer...
4
by: Jason Richmeier | last post by:
I am sure this has been asked at least once before but I could not find anything when searching. If I set the value of the ExitCode property to 1066 for a windows service, the text "A service...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
0
by: macca | last post by:
Hi, I was wondering if it was possible to create a php script that checks flight information for several flight operators given certain parameters such as departure date/ departure airport/...
1
nirmalsingh
by: nirmalsingh | last post by:
hi all i am new to webservice. i want to create a application using web service. i am developing a online airway-ticket booking site. if i want to take the fare,available seat in a particular...
1
nirmalsingh
by: nirmalsingh | last post by:
hi all i am new to webservice. i want to create a application using web service. i am developing a online airway-ticket booking site. if i want to take the fare,available seat in a particular...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.