|
Posted by Chimanrao on 12/19/07 07:38
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.
Navigation:
[Reply to this message]
|