I have a form which passes data to a database scanning script. How do I create a 'please wait while the records are retrieved' kind of pre page before the results are displayed?
1. user fills in form presses submit
2. vars passed to database.php
3. database.php displays 'please wait'
4. database.php scans database and gathers report
5. database.php clears screen and displays report.
I'm not interested in snazzy progress bars, just a static page will do.
1. user fills in form presses submit
2. vars passed to database.php
3. database.php displays 'please wait'
4. database.php scans database and gathers report
5. database.php clears screen and displays report.
I'm not interested in snazzy progress bars, just a static page will do.