|
Posted by Manuel Lemos on 10/31/06 13:20
Hello,
on 10/26/2006 08:41 AM Pupkin said the following:
> 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
I don't know about CURL, but you can do what you want using this HTTP
client class:
http://www.phpclasses.org/httpclient
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|