|
Hello, I have a php script that sends out multiple SOAP requests that can take a bit of time. Is there any way to have my php script display a loading page while this takes place then displays the results page once it is finished? I looked into javascript but I'm not sure if it can accomplish this while the php code is processing. Thanks for any help!
|