Jump to content
Froxlor Forum
  • 0

flush() funktioniert nicht mir php fcgid


froxfox

Question

Posted

Hallo,

kann das Problem jemand best?tigen?

 

Beispiel Code:


<html>
<body>
<?php
for ($i = 1; $i < 6; $i++)
{
 echo " ----------------- $i ----------------<br />\n";
   sleep(2);
     flush();
     }
     ?>
     </body>
     </html>

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...