Hi,
I have problem when scrapping data with curl
once I scrape page using form submit,
I receive data and everything is ok.
but when I change in form fields and resubmit, I receive same previous page.
however I am using new instance for curl.
I had some useful workaround that
I wrote two scripts : 1.php that submit form with data1
and 2.php that submit form with data2.
and at the end of 1.php I redirect to 2.php
so once I execute 1.php I got the expected results. from both 1.php and 2.php.
any idea what is going on??
Regards
I have problem when scrapping data with curl
once I scrape page using form submit,
I receive data and everything is ok.
but when I change in form fields and resubmit, I receive same previous page.
however I am using new instance for curl.
I had some useful workaround that
I wrote two scripts : 1.php that submit form with data1
and 2.php that submit form with data2.
and at the end of 1.php I redirect to 2.php
so once I execute 1.php I got the expected results. from both 1.php and 2.php.
any idea what is going on??
Regards