Hey, I need to get the results of a page with curl without submitting the page, because every time the page submits with curl or refreshes with a borwser, a value that I need to submit changes. I was wondering if there was any way to load the page with curl and just get the results, then submit a form later on that submits some data parsed for the page loaded.
Basically load data from the page, do something, then submit a form but only using curl_exec once.