jordanpope
Programmer
I'm looking for some sort of a routine, using PHP or other, to display a message during PHP/MySQL processing ... something like:
Please be aware that for some reports their will be lengthy processing times.
I have a PHP application with a MySQL backend - the user can select parameters from which reports are generated, but some of the reports take between 1-2 minutes to process. Therefore I would like to display this message, and possibly some sort of a progress bar (that doesn't necessarily have to be synced to the actual processing progress). Then the message would be removed once the processing is complete and the report is presented.
Any ideas?
Please be aware that for some reports their will be lengthy processing times.
I have a PHP application with a MySQL backend - the user can select parameters from which reports are generated, but some of the reports take between 1-2 minutes to process. Therefore I would like to display this message, and possibly some sort of a progress bar (that doesn't necessarily have to be synced to the actual processing progress). Then the message would be removed once the processing is complete and the report is presented.
Any ideas?