I run my PHP scripts in a SAMP (Solaris/Apache/Mysql/PHP) environment and I have a few functions within the main submit processing form that call a server that takes a while to respond. I wanted to know if there is any way to create a background process so that once the command is issued, it will continue and the user will at least see the results page.
Otherwise, the way things work now, the user hits submit, and they watch the browser churn and frequently the re-fresh the screen (which results in multiple submits) instead of waiting.
Thanks,
:wq!magic8ball