pankajshr_jpr Posted June 19, 2009 Share Posted June 19, 2009 Actually I want to write a php code which could fetch the flight informations from various airlines sites. These sites have a form in which user can enter information and search the flight. I want to display those results in my site when a user comes to my site and search about flight. For eg. user want to search flights from city-1 to city-2 then he enter the information on my site and my script should search flights according to that information on various airlines sites and display the results with the tag of which ailines is providing this flight. Could any one plz suggest how to do it? Link to comment https://forums.phpfreaks.com/topic/162880-how-to-fetch-search-results-from-another-site/ Share on other sites More sharing options...
zq29 Posted June 19, 2009 Share Posted June 19, 2009 cURL Link to comment https://forums.phpfreaks.com/topic/162880-how-to-fetch-search-results-from-another-site/#findComment-859541 Share on other sites More sharing options...
pankajshr_jpr Posted June 19, 2009 Author Share Posted June 19, 2009 cURL Thank you but I think cUrl used to connect with the another website host. How could i pass the information entered by user in a form to search a flight to another website and fetch that search result to my site? Link to comment https://forums.phpfreaks.com/topic/162880-how-to-fetch-search-results-from-another-site/#findComment-859614 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.