This is a discussion on How to Display a page while script runs? within the PHP General forums, part of the PHP Programming Forums category; I have a php script which takes maybe 15-20 seconds to run, however until it completes a blank web ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a php script which takes maybe 15-20 seconds to run, however until it completes a blank web page is displayed to the user. Is there a way/method which would enable me to give some feedback to the user while the script is running so the blank page is not displayed? Best, Chris |
|
|||
|
> I have a php script which takes maybe 15-20 seconds to run, however until
> it > completes a blank web page is displayed to the user. Is there a way/method > which would enable me to give some feedback to the user while the script > is > running so the blank page is not displayed? You could look into flush(); thnx, Chris |