Al
2005-01-31 17:05:35 UTC
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.
$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?
been working fine; but, yesterday they changed something and it no longer works.
$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?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php