I have a few conceptual questions (all related, I think) regarding the following script, at the comments. The script works fine.
Line to show."; echo str_pad('',4096)."\n"; ob_flush(); flush(); sleep(2); } echo "Done."; ob_end_flush(); ?>