Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $visszaido = 3;
- for ($x=$visszaido; $x>0; $x--){
- print "$x <br/>";
- ob_flush();
- flush();
- sleep(1);
- if ($x == 1){
- print "kérem induljon";
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement