HawkCode Posted June 19, 2007 Author Share Posted June 19, 2007 The flush worked, no need to redirect, Yippeeeee I added: <?php $TotalCOunt++; if ($TotalCOunt % 1000 == 0) { echo '.'; ob_flush(); flush(); } ?> Quote Link to comment Share on other sites More sharing options...
per1os Posted June 19, 2007 Share Posted June 19, 2007 Ahhh, thats what I was missing, great to know. I always wondered why I never got output to the screen =) Thanks Robot. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.