curl-and-php
RE: Test cURL
From: <mline_at_mail.ru>
Date: Mon, 18 Apr 2005 06:28:49 +0400
Date: Mon, 18 Apr 2005 06:28:49 +0400
> > curl_close($ch);
>
> ...
>
> > echo curl_errno($ch) ."<br>";
>
> > Warning: curl_errno(): 1 is not a valid cURL handle resource in
>
> When you've closed the handle, you cannot use it anymore. Make sure
you
> use
> curl_errno() before you close $ch.
>
> I guess.
That's right.
But server answer
Errno : 6
Error : Couldn't resolve host 'www.yahoo.com'
-----
I'm think if exist any service searching servers(hosting) with cURL
it will be nice - on many such searching option 'curl' not including.
Regards ,
Andrew
Received on 2005-04-18