Likes Received By mytor
-
steelaz liked mytor's post in the thread How do I force output to the screen during a while loop.
ob_start(); while ($status == 'single') { echo 'having fun ... '; ob_end_flush(); flush(); $status = go_date(); }
Feb 9, 2009 -
sm9ai liked mytor's post in the thread How do I force output to the screen during a while loop.
ob_start(); while ($status == 'single') { echo 'having fun ... '; ob_end_flush(); flush(); $status = go_date(); }
Feb 9, 2009