Posts
 
Reputation
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
~4K People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for aniltc

[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. …

Member Avatar for tdave888
0
4K

The End.