[PHP] Text Streaming in PHP

2004-05-31 Thread Stephen Lake
Hey All, I know I asked this before a couple of weeks ago, but I need a good swift kick in the right direction :D I need to know how to do a text stream in PHP. I have tried the following: while loop with flush and sleep functions HTTP/1.1 Connection: Stream (seems to work in the above while

Re: [PHP] Text Streaming in PHP

2004-05-31 Thread Robert Cummings
On Mon, 2004-05-31 at 15:28, Stephen Lake wrote: Hey All, I know I asked this before a couple of weeks ago, but I need a good swift kick in the right direction :D I need to know how to do a text stream in PHP. I have tried the following: while loop with flush and sleep functions