Posted by Sam on 12/15/05 12:51
>> You will need to use a fpassthru()*, this will in it's turn fill up the output
>> buffer, so you will need to see to that in php.ini you set the execution size
>> to large enough to be able to hold the largest file in the buffer and still be
>> able to execute the script itself (+1M to the largest file should be okey).
Thanks for this!
I've been trying to digest what needs to be done over the last couple
of days :o)
What I can't seem to get my head round is *why* a fpassthru() is
needed. Can you maybe give me a scenario explaining when and how it
would actually be used?
Thanks!
Sam
Navigation:
[Reply to this message]
|