Trying to scrape a page with php/curl, trouble with cookies, post vars, and hidden fields.
- by Patrick
Im trying to use CURL to scrape the results from the page http://adlab.msn.com/Online-Commercial-Intention/Default.aspx
My understanding, is that i visit this page, it places cookie info and sets a few variables. I enter my query, select the query radio option, and click go.
The problem, is that its not working the way that it does through the…