A "loading..." message while some PHP is being executed?
Posted: Fri Apr 17, 2009 6:16 am
I have a chunk of php code that may take some time to run.
Before I execute this, I want a short message saying "Loading..." or something similar.
However, it seems that my PHP isn't being executed at runtime, so if I echo this message before the chunk of php, it doesn't show up, and the user is left looking at a blank page until the script is finished.
How do I get around this?
help appreciated.
Before I execute this, I want a short message saying "Loading..." or something similar.
However, it seems that my PHP isn't being executed at runtime, so if I echo this message before the chunk of php, it doesn't show up, and the user is left looking at a blank page until the script is finished.
How do I get around this?
help appreciated.