Posted by Richard Lynch on 01/31/05 20:11
adrian zaharia wrote:
>>> while (!feof($oFp)) {
>>> echo fread ($oFp, $iReadBufferSize);
Try http://php.net/flush right here.
>>> }
>>> fclose ($oFp);
>>> exit;
>>>
> See this:
> http://bugs.php.net/bug.php?id=31763&edit=2
>
> Is not a bug but they under some configurations they cache the output :(
Perhaps a flush() there will over-ride this...
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|