scarhand Posted February 6, 2009 Share Posted February 6, 2009 i am trying to execute about 500,000 mysql queries at once now, after each query is executed, i want the page to say "done #12342" for every single one i want it to show even if the page has not finished loading whats the best way to go about doing this? Link to comment https://forums.phpfreaks.com/topic/144074-force-php-to-echo-something-before-page-is-done-loading/ Share on other sites More sharing options...
omfgthezerg Posted February 6, 2009 Share Posted February 6, 2009 Use flush(); http://www.php.net/flush Link to comment https://forums.phpfreaks.com/topic/144074-force-php-to-echo-something-before-page-is-done-loading/#findComment-755945 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.