NYCPHP Meetup

NYPHP.org

[nycphp-talk] script output

Allen Shaw ashaw at polymerdb.org
Fri Jun 16 15:43:21 EDT 2006


edward potter wrote:
 > For some reason, I could never get flush() to work.  Ended up always
 > hacking the GUI so things looked like they were working.

As I recall I've had that problem, too.  I think the fix was related to 
this line from the flush() page at http://php.net/flush

"
flush() has no effect on the buffering scheme of your webserver or the 
browser on the client side. Thus you need to call both ob_flush() and 
flush() to flush the output buffers.
"

- Allen


-- 
Allen Shaw
Polymer (http://polymerdb.org)



More information about the talk mailing list