Author |
Message |
Topic: sleep(x); |
MVXA
Replies: 20
Views: 23982
|
Forum: PHP Posted: Sat Nov 19, 2005 1:37 pm Subject: sleep(x); | |
|
<?php
ob_end_flush();
echo "test";
flush();
sleep(10);
echo "\nTest again";
?>
This Code works with PHP 4.4.0 now. It seems, that PHP
... |
Topic: sleep(x); |
MVXA
Replies: 20
Views: 23982
|
Forum: PHP Posted: Sat Nov 19, 2005 4:19 am Subject: sleep(x); | |
|
The examples do not work on my Server :/. It
seems that the problem is Flush. This Command
will not work. The Buffer flushes always on Script
end and never before. Can anyone help me, please? |
|