Hey everyone, I need some ideas…
Currently, I’ve got an application that goes through the following series of steps:
Form call’s php process -> PHP takes about 15+ sec. and does a header refresh to a results page.
15 sec. is to long for the user to sit and wait with no feedback. So, my guess is to have something like this:
Form call’s php process -> process starts -> user gets a little scrolling gif -> process ends and user is redirected to the results page.
Any suggestions on how you would get that done? Can I thread that process off in the background or something?