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(); } ?> Link to comment https://forums.phpfreaks.com/topic/56086-solved-script-never-indicates-it-ends-loading-11000-line-csv/page/2/#findComment-277877 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. Link to comment https://forums.phpfreaks.com/topic/56086-solved-script-never-indicates-it-ends-loading-11000-line-csv/page/2/#findComment-277989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.