Link to home
Start Free TrialLog in
Avatar of Ofer Leshem
Ofer LeshemFlag for Israel

asked on

curl crawling doesn't seems to work

Hi,

I'm trying to crawl http://elyon1.court.gov.il/verdictssearch/HebrewVerdictsSearch.aspx using php & curl. while submitting the form it seems to refresh the page and doesn't seems to give the results same as the original url does.

be glad to get an idea how to solve that.

Tnx.
Avatar of Beverley Portlock
Beverley Portlock
Flag of United Kingdom of Great Britain and Northern Ireland image

I'm not too up on cURL's deeper innards, but I'd guess you might be needing to accept cookies or some such for session data. Look at cURL's  cookiejar feature. Look for cURL option constants for CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
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