Search found 1 match
- Tue Mar 02, 2010 2:40 am
- Forum: PHP - Code
- Topic: Sending output in determined chunks
- Replies: 1
- Views: 393
Sending output in determined chunks
Hi all, I'm using PHP to perform a fairly big process, which takes a while. I'm concerned that it has the tendency to buzz away forever on the server side and then finally output everything all at once. I would prefer it to output the page in 'stages' so the user gets some feedback. Is there any way...