RE: [PHP] How to display a 'please wait' message whilst processing?

2004-11-05 Thread Graham Cossey
[snip] On a number of sites a message and/or graphic is displayed asking you to wait or be patient whilst some processing is being performed to compose the next page. How are these done within PHP scripts? Could output buffering be used for this purpose? For example is it possible to do

Re: [PHP] How to display a 'please wait' message whilst processing?

2004-11-05 Thread Brent Baisley
I've read of solutions on how to do this, but can't remember where. You will probably need to search the message archives. You can pretty much forget about the flush() command though, browsers don't handle it the same way. For instance, Internet Explorer won't display anything until it has

Re: [PHP] How to display a 'please wait' message whilst processing?

2004-11-05 Thread Brent Clements
to display a 'please wait' message whilst processing? I've read of solutions on how to do this, but can't remember where. You will probably need to search the message archives. You can pretty much forget about the flush() command though, browsers don't handle it the same way. For instance, Internet

[PHP] How to display a 'please wait' message whilst processing?

2004-11-04 Thread Graham Cossey
On a number of sites a message and/or graphic is displayed asking you to wait or be patient whilst some processing is being performed to compose the next page. How are these done within PHP scripts? Could output buffering be used for this purpose? For example is it possible to do something like:

Re: [PHP] How to display a 'please wait' message whilst processing?

2004-11-04 Thread raditha dissanayake
Graham Cossey wrote: On a number of sites a message and/or graphic is displayed asking you to wait or be patient whilst some processing is being performed to compose the next page. Usually you need to do this when the data is collected from a POST and/or you don't want the user to reload the