Re: fopen, fsockopen on my virtual host

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Al wrote:
> I've got a script that fetches a stream from a file on our virtual host.
> Its
> been working fine; but, yesterday they changed something and it no longer
> works.

Can you define "no longer works" a bit more clearly...

Error messages?

Just times out?

What?

> $fp= fsockopen("www.oursite.org", 80, $errno, $errstr, 30);
>
> I can use any remote site and fscockopen works fine.
>
> Anyone have a suggestion as to how I deal with this problem?

if ($errno){
  error_log("fsockopen errored out with # $errno: $errstr");
}

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux