
Anonymous
Anonymous
Apr 9, 2002, 6:33 AM
Post #1 of 3
(45065 views)
|
How to flush buffer output in PHP?
|
Can't Post
|
|
I know that in ASP you have control on you output buffer when printing to screen. Are there similar controls for PHP? I'm doing a script which does a LOT of processing and outputs results line by line, so I want each line printed as it is processed and not wait for the print buffer to fill. That way, if the script crashes or something goes wrong, I'll know where it stopped. Thanks!
|