|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-30 20:16 UTC] hholzgra@php.net
[2024-06-24 10:41 UTC] git@php.net
[2024-06-24 10:41 UTC] git@php.net
-Status: Not a bug
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 00:00:01 2025 UTC |
<html> <head> </head> <?php for ($i=1;$i<50;$i++) { for($ii=1;$ii<$i;$ii++){printf("X");} flush(); sleep(1); printf("<BR>");} ?> </html> The script does not show row of "X" setep-by-step, but processes it and shows outcome at once.