10/07/2011, 15:07
|
| | Fecha de Ingreso: mayo-2008
Mensajes: 287
Antigüedad: 16 años, 8 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 |