joshuafoulk Posted November 13, 2007 Share Posted November 13, 2007 How can I get my php script to output to the browser before it is done executing? I am running a perl script in the middle of my php script and I would like for the information like "Working..." to be displayed as the perl script is running. Thank you, Joshua Foulk Link to comment https://forums.phpfreaks.com/topic/77109-output-page-as-script-is-running/ Share on other sites More sharing options...
Lumio Posted November 13, 2007 Share Posted November 13, 2007 @ob_flush(); - http://www.php.net/ob_flush Link to comment https://forums.phpfreaks.com/topic/77109-output-page-as-script-is-running/#findComment-390509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.