Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: [QUOTE=digital-ether;728536]Hi, You need to instruct CURL to follow any redirects. see: [url]http://www.php.net/manual/en/function.curl-setopt.php[/url] and the option CURLOPT_FOLLOWLOCATION and CURLOPT_MAXREDIRS eg: [CODE]curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt ($ch, CURLOPT_MAXREDIRS, 1);[/CODE] Also make sure the cookie file is writable, and the directory exists.[/QUOTE] Digital-ether, your explanation is very clear!!! I have difficulty understanding cUrl. … |
The End.