faqts : Computers : Programming : Languages : PHP : Common Problems : Tips and Tricks

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 17 people (53%) answered Yes
Recently 5 of 9 people (56%) answered Yes

Entry

How can I stop my HTML output from being buffered?
How can I stop STDOUT from being buffered?
How can I send my HTML back to the client in chunks?

Jun 11th, 1999 07:00
Nathan Wallace, Chad Cunningham


Use the flush function to send the contents of the buffer back to the
client.

http://www.php.net/manual/function.flush.php3