I'm asking in the PHP forum because its for a php program that generates a dynamic web site. What is the best way to issue a "please wait" message page/partial page after a form is submitted and the program makes a call to an external payment processing service (i.e.: paypal) which could take 20-30 seconds or more to respond then issue a subsequent page of the next in the purchase sequence. I've been trying several techniques but have been unsuccessful because either I get multiple pages on the same screen (one below another) or I can get the page to change but never regain control so the call to the external service can execute.
Ideas and/or suggestions greatly appreciated. Thanks
Ideas and/or suggestions greatly appreciated. Thanks