Link to home
Start Free TrialLog in
Avatar of chuck_norris666
chuck_norris666

asked on

PHP cURL Data Scraping

I'm trying to data scrape (using PHP cURL) to get details from Emirates track and trace facility on their website:

http://skychain.emirates.com/skychain/app?service=page/nwp:Trackshipmt
an example AWB is 575-94110122

I want to cURL to the forms output and then grab the data so I can use it.  Whenever I try and do it though the cURL returns a "session has expired" page.  I've done this for 4 other airlines and they have been simple forms without sessions.  Is this going to be possible with this style of form?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chuck_norris666
chuck_norris666

ASKER

Wicked, thanks for that, the cookie jar was the answer.
Great! - It's not usually that simple ;-)
~Ray