curl-and-php
Re: Re[8]: Sessions in CURL
Date: Wed, 13 Jun 2001 14:25:55 +0200 (MET DST)
On Wed, 13 Jun 2001, Vladimir wrote:
> curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);
> $result =curl_exec($ch);
> Then I send valide information it says nothing. Moreover it return empty
> page no (header even) nothing.
I hope you didn't expect the '$result' variable to contain anything, as you
set CURLOPT_RETURNTRANSFER to 0.
> Help me, please :)
Actually, I think you're more or less beyond all hope here. Judging from the
incredible amount of mails you post here, you hardly make any conclusions
yourself, instead I make them all for you.
We've since long left the subject where we discussed how curl works and what
it supports. You're now asking for help to develop your application.
I'm afraid my time of free councelling in that area has run out for you.
If you have specific curl questions, I'll be happy to address them as far as
I am capable.
-- Daniel Stenberg -- curl dude -- http://curl.haxx.se/ _______________________________________________ Curl-and-php mailing list http://curl.haxx.se/Received on 2001-06-13