Hello, i have a huge loop that pulls like 15,000 rows out of a database then does work with them, then inserts them back into the database.
This takes like 5-10 minutes atleast, sometimes longer.
When i click the submit button it takes me to this page and the work begins. The problem is it's just a blank page and the user has no idea what's going on.
I want to be able to display some text or a graphic that say's "The task is being processed, this may take a while, please be patient."
The problem is, no text or images or anything will show up on that page until AFTER the work is done.
Is there any way to get the graphics or text to show up first so the user knows what is happening?
Thanks!😃