par
savageman » 02 juil. 2008, 22:01
Salut,
Créé un fichier cookie.txt au même endroit que ton script par exemple (ou ailleurs, adapte le code dans ce cas), et rajoute ceci :
curl_setopt($ch, CURLOPT_COOKIEFILE, realpath('cookie.txt'));
curl_setopt($ch, CURLOPT_COOKIEJAR, realpath('cookie.txt'));
Salut,
Créé un fichier cookie.txt au même endroit que ton script par exemple (ou ailleurs, adapte le code dans ce cas), et rajoute ceci :
[php]curl_setopt($ch, CURLOPT_COOKIEFILE, realpath('cookie.txt'));
curl_setopt($ch, CURLOPT_COOKIEJAR, realpath('cookie.txt'));[/php]