|
Posted by Steve on 12/19/07 14:29
"Chimanrao" <chimanrao@gmail.com> wrote in message
news:1f8df29c-e578-48b1-b9f2-80eb998f489b@s19g2000prg.googlegroups.com...
> On Dec 19, 10:48 am, "Steve" <no....@example.com> wrote:
>> "Chimanrao" <chiman...@gmail.com> wrote in message
>>
>> news:639df7ff-464b-4602-8d33-d5e371d2a7d3@s8g2000prg.googlegroups.com...
>>
>> >I am getting a connection refused error for the following piece of
>> > code
>>
>> > $errno = 0;
>> > $errstr= "testt";
>> > fsockopen("www.google.com", 80, $errno, $errstr, 300);
>> > echo $errno;
>> > echo $errstr;
>>
>> > what could be the reason?
>>
>> possibly that google is refusing your connection. :)
>
> This happens to any website, not only for google.
i figured...i was just fun'n ya.
anyway, check your firewall first.
[Back to original message]
|