ID: 10752 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Programming Data Structures Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: 1.) Why are you doing an infinite loop in the first place? 2.) This is working just fine for me on my linux machine with 4.0.5. -Chris Previous Comments: --------------------------------------------------------------------------- [2001-05-09 10:01:38] [EMAIL PROTECTED] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <title>Loop</title> </head> <body> <? for($value=1; $value>0; $value++){ echo"<br>$value"; flush(); sleep(1); } ?> </body> </html> The code above does not work when opened in more than two browsers on the same computer. Any ideas? Thank you. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10752&edit=2 -- PHP Development 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]