Anon
01-03-2001, 01:24 PM
I haven't been able to retrieve a remote file for a news headline.
I have:
apache 1.3.14
mysql 3.22.32
php 4.0.4
slackware 7.1 and a 2.2.18 kernel
php fails to return a file handle, i.e.
$fp = fopen($url, "r");
It returns a file handle number for a local file, but it fails to return a number if the url has "http://" included in the url, i.e. http://phpnuke.com/backend.php.
Should it work by default or could I have missed including support to do it?
Is there something obvious or not so obvious?
I've tried several home brewed tests, and I've read a lot, but I am in need of any help or suggestions.
I have:
apache 1.3.14
mysql 3.22.32
php 4.0.4
slackware 7.1 and a 2.2.18 kernel
php fails to return a file handle, i.e.
$fp = fopen($url, "r");
It returns a file handle number for a local file, but it fails to return a number if the url has "http://" included in the url, i.e. http://phpnuke.com/backend.php.
Should it work by default or could I have missed including support to do it?
Is there something obvious or not so obvious?
I've tried several home brewed tests, and I've read a lot, but I am in need of any help or suggestions.