wpt394 Posted June 30, 2007 Share Posted June 30, 2007 Hello all, I'm having trouble using Curl. Here is the situation. My goal is to perform an Orbitz hotel search and retrieve the results. I don't need help with any of the regex stuff (well, i can't even get to that point as of yet). With this URL ... http://www.orbitz.com/App/Landing?placementID=1&pageID=41&startDate:useDateText=true&endDate:useDateText=true&city=New+York&startDate:date=07/26/2007&endDate:date=07/27/2007&numberOfRooms=1&adults=1 (as an example, I've put in a search for hotels in New York from 7/26 - 7/27). The problem is, it goes to orbitz's "now searching" page, and then I get redirected to the page that actually shows the results. When I try to use curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); it just autmoatically redirects the page that is performing the CURL to the Orbitz url that shows the results. Any ideas?? Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.