Re[10]: [PHP] Re: system(), flush() and so on... From: faeton (faeton <email protected>)
Date: 11/30/01

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) faeton <email protected> www.xemichat.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>