Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/07/2011, 04:47
DavidBL
 
Fecha de Ingreso: diciembre-2009
Ubicación: España
Mensajes: 380
Antigüedad: 14 años, 4 meses
Puntos: 1
cURL y cookies

Hola, al intentar usar cookies en cURL me sale el siguiente error:
Las cookies están desactivadas
Pero el código que estoy usando es:
Cita:
$cookie_file_path = "cookie.txt";
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_file_path);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_file_path);
Hay algun error?