CURL Post?
- From: Pupkin <spamagnet@xxxxxxxxx>
- Date: Wed, 25 Oct 2006 23:41:54 -0700
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.
.
- Follow-Ups:
- Re: CURL Post?
- From: ZeldorBlat
- Re: CURL Post?
- Prev by Date: Re: how to lock a block of php codes
- Next by Date: Please Help! - PHP 5 + APACHE 2.2 + ORACLE 10.2 on windows box
- Previous by thread: Slow response using ODBC/VFP
- Next by thread: Re: CURL Post?
- Index(es):
Relevant Pages
|