Jhonjhon_123

Untitled

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