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 Quote Link to comment 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 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.