Date: 11/30/01
- Next message: l0t3k: "[PHP] Re: Don't tell me this isn't possible (object related question)"
- Previous message: Darren Gamble: "RE: Re[8]: [PHP] Re: system(), flush() and so on..."
- In reply to: Darren Gamble: "RE: Re[8]: [PHP] Re: system(), flush() and so on..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: l0t3k: "[PHP] Re: Don't tell me this isn't possible (object related question)"
- Previous message: Darren Gamble: "RE: Re[8]: [PHP] Re: system(), flush() and so on..."
- In reply to: Darren Gamble: "RE: Re[8]: [PHP] Re: system(), flush() and so on..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

