Jhonjhon_123

Untitled

Mar 9th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?
  2.  
  3. for($i=0;$i<=20000;$i++) {
  4. echo chr(45);
  5. }
  6.  
  7. echo '<br />';
  8.  
  9. for($i=0;$i<10;$i++) {
  10. echo "yeah :-))))\n";
  11. //flush();
  12. ob_flush();
  13. sleep(1);
  14. }
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment