Re: CURL Post?
- From: "ZeldorBlat" <zeldorblat@xxxxxxxxx>
- Date: 26 Oct 2006 06:08:47 -0700
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.
.
- Follow-Ups:
- Re: CURL Post?
- From: Pupkin
- Re: CURL Post?
- References:
- CURL Post?
- From: Pupkin
- CURL Post?
- Prev by Date: Re: non session/cookie login
- Next by Date: Re: non session/cookie login
- Previous by thread: CURL Post?
- Next by thread: Re: CURL Post?
- Index(es):
Relevant Pages
|