|
Posted by ZeldorBlat on 10/26/06 13:08
Pupkin wrote:
> 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.
Difficult to say since you haven't told us what the behavior afterward
is supposed to be or why it isn't successful.
Navigation:
[Reply to this message]
|