Re: [PHP] Process bar

2001-11-21 Thread George Whiffen

Arvydas V. wrote:
 
 Hello,
 I have to solve one problem - my script searches simply text document, so - if this 
document is big enought - i have to replace timeout of my script, besides - i have 
to make, that then this proceeds some kind of process bar must scroll until script 
finishes his job...
 so - any ideas ?
 Thnx anyway :)

See flush().  You can send output as you go along as long as you flush it as you go.

George

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Process bar

2001-11-21 Thread Arvydas V.

But it doesn't work with IE 6 (but i need this to work... :( )
  Hello,
  I have to solve one problem - my script searches simply text document, so - if 
this document is big enought - i have to replace timeout of my script, besides - i 
have to make, that then this proceeds some kind of process bar must scroll until 
script finishes his job...
  so - any ideas ?
  Thnx anyway :)
 
 See flush().  You can send output as you go along as long as you flush it as you go.
 
 George
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 



[PHP] Process bar

2001-11-20 Thread Arvydas V.

Hello,
I have to solve one problem - my script searches simply text document, so - if this 
document is big enought - i have to replace timeout of my script, besides - i have 
to make, that then this proceeds some kind of process bar must scroll until script 
finishes his job...
so - any ideas ?
Thnx anyway :)