|
Posted by Steve on 12/19/07 05:48
"Chimanrao" <chimanrao@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. :)
Navigation:
[Reply to this message]
|