Hello Darren,

Something quick is like that?
for($i = 0; $i < 10; $i++) {
print $i."<br>\n";
flush();
sleep(3);
};

Yeah? There it is:
www.xemi.info/flush.php

DG> Then I'm not sure.  Perhaps someone in-the-know will respond to your
DG> question.  Else, file a bug report.  Your script runs fine on my 'puter,
DG> FYI.
DG> Otherwise, it would be worthwhile to write something quick to test flush()
DG> with.  If it is also not working, it will provide more evidence as to the
DG> cause of the problem.


------------------------------------------------
Ivan 'Faeton aka xetrix' Danishevsky
ICQ(240266) [EMAIL PROTECTED] www.xemichat.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to