Tema: curl en php
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/07/2011, 15:07
tokiodata
 
Fecha de Ingreso: mayo-2008
Mensajes: 287
Antigüedad: 15 años, 11 meses
Puntos: 2
Respuesta: curl en php

mira realice esto
curl_setopt($c, CURLOPT_COOKIEFILE, getcwd() . '/cookie.txt');
curl_setopt($c, CURLOPT_COOKIEJAR, getcwd() . '/cookie.txt');

y tambien asi
curl_setopt ($c, CURLOPT_COOKIEJAR, 'cookie.txt');
curl_setopt($c, CURLOPT_COOKIEFILE, 'cookie.txt');
pero aun asi tengo el mismo problema