I have been to some websites that show at the bottom of the page how long operations take.
I have a PHP page which extracts data from a MYSQL database and then uses JPGraph to create a graphs.
How can I time the operation and print on bottom of page?
Also, is there any way to make a progress bar, or spinning icon, etc. so that the user doesn't get impatient...
I have a PHP page which extracts data from a MYSQL database and then uses JPGraph to create a graphs.
How can I time the operation and print on bottom of page?
Also, is there any way to make a progress bar, or spinning icon, etc. so that the user doesn't get impatient...