I am using curl multi exec in php. I read some urls from db and pass on to curl. These urls also have ids associated to it. When download is completed it is important to know the id associated to it. Could you please tell me is there anyway to pass a variable and curl will return it in the response.
Thanks in advance
wantro
You could just maintain your own data associations for every curl handle.
Then, later when you’re processing the handles, you can lookup the associated data