Re: [PHP] output of file contents while reading

2001-05-15 Thread David Robley
On Tue, 15 May 2001 10:38, Maree Talbot wrote: Is it possible in PHP, to open a remote file with fopen() and begin sending the contents of the file to the client before the entire file has been read from the remote source? If so, how? I've been unable to get it to work so far, probably

[PHP] output of file contents while reading

2001-05-14 Thread Maree Talbot
Is it possible in PHP, to open a remote file with fopen() and begin sending the contents of the file to the client before the entire file has been read from the remote source? If so, how? I've been unable to get it to work so far, probably because I don't understand the nitty gritty of file