I am setting/storing CURL cookies with :
curl_setopt ($ch, CURLOPT_COOKIEJAR, $cookie);
And retrieving them / trying to set them in my browser with:
setcookie($cookie);
But what goes inbetween please?
Cookie variable defining looks like:
`$cookie="cookie.txt"`;
Is there some way to parse the cookie file as an array?