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]

Reply via email to