[PHP] "Please wait" page while processing

2004-12-03 Thread Geoff Caplan
Hi folks - I'm writing a checkout. When user submits their card details, I want to redirect them to page with a "please wait" message. Then redirect to the script that does the payment processing. Then when I have the response from the gateway, redirect again to the result page. form -> message

[PHP] "Please wait"/server push sample code

2003-05-30 Thread Karl O . Pinc
Does work with Mozilla Regards, Karl Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein -- * * This code does not work with Microsoft's Internet Explorer. * (I suspect they want you to use their DHTML ins

Re: [PHP] "Please Wait"

2002-10-28 Thread Chris Shiflett
Here is an example that might help get you started: http://shiflett.org/tutorials/php_flush.txt James Taylor wrote: Just curious if anyone out there knows how to do a "Please wait" type screen while the script is running in the background.. Like say PHP is doing a large select from a database,

Re: [PHP] "Please Wait"

2002-10-27 Thread @ Edwin
Hello, "James Taylor" <[EMAIL PROTECTED]> wrote: > Just curious if anyone out there knows how to do a "Please wait" type screen > while the script is running in the background.. Like say PHP is doing a > large select from a database, while the user waits for the script I'd like a > graphic or som

[PHP] "Please Wait"

2002-10-27 Thread James Taylor
Just curious if anyone out there knows how to do a "Please wait" type screen while the script is running in the background.. Like say PHP is doing a large select from a database, while the user waits for the script I'd like a graphic or something saying to wait... Any ideas? -- PHP General Mai