I'm setting the curl cookiejar option with the following:
curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");
this puts the file in c:\
I try to use an absolute path (c:\server\docs) and the script breaks. Even so, the cookie does get written to that path. Odd.
Is there another way I'm supposed to define the path to my webserver?