cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

cookie path etc

From: Mark <mb97_at_bigfoot.com>
Date: Thu, 19 Aug 2004 12:36:49 +0100

really basic question but.....

if i specify
$cookie_file_path = "\Zcookies.txt";

then,

curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_file_path);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_file_path);

where exactly should I expect to see the cookie files?

In the root directory of my local hard drive? If not, there, where???

I can't seem to find any of the cookie stuff.....

cheers,
Received on 2004-08-19