Hi
The most practical thing to do is to do the big db operation in a background
process and have an independent page on the browser that automatically
refreshes and changes when the job is done.
There are 2 issues...
1 - running the background process, there are quite a few ways of doing this
s the database query code:
echo("processing...please
wait");
> > > -Original Message-
> > > From: DigitalKoala [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, December 12, 2001 2:17 PM
> > > To: [EMAIL PROTECTED]
> > > Subje
nesday, December 12, 2001 2:17 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] flushing contents to the browser
>
>
> hi folks,
>
> i'm trying to display something like "processing... please
> wait" on a web
> page whilst a rather hefty database query is
hi folks,
i'm trying to display something like "processing... please wait" on a web
page whilst a rather hefty database query is being run.
i don't want to refresh the page so i've been attempting to use flush and
ob_start, together with some css stuff to try and do this.. but no luck so
far - a
4 matches
Mail list logo