Jhonjhon_123

Untitled

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