RE: [PHP-WIN] include() and file() on remote files

2002-08-27 Thread Ross Fleming
while(!feof($fp) && $fp) { echo fread($fp, 4096); } @fclose($fp); ?> HTH Ross > -Original Message- > From: Rudolf Staribacher [mailto:[EMAIL PROTECTED]] > Sent: 26 August 2002 22:16 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] include() and file() on remote file

[PHP-WIN] include() and file() on remote files

2002-08-27 Thread Rudolf Staribacher
the include function does not work on Win32 platforms on remote files (http). I faced also problems with nested!!! file function on remote files (http). Does anybody know, if the lack of remote access of include() and file() could also occure on other OS? thx, Rudolf -- PHP Windows Mailing L