|
Posted by Pupkin on 10/26/06 06:41
Hi,
I'm trying to use CURL to do an HTTP post.
I've got the posting working successfully, but not the behavior
afterward.
Can anyone point me to a resource that tells me in detail how to use
these parameters:
curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);// allow redirects
curl_setopt ($ch, CURLOPT_RETURNTRANSFER,1); // return into a variable
Thanks.
Navigation:
[Reply to this message]
|