RE: [PHP] RE: Delayed page display

2010-03-05 Thread Ford, Mike
> -Original Message- > From: rob...@visualize.info [mailto:rob...@visualize.info] > Sent: 05 March 2010 00:00 > > Additional info: > > php.ini has output_buffering=4096. Calling flush() or > ob_implicit_flush() > within the script doesn't seem to help. However setting > php_value

[PHP] RE: Delayed page display

2010-03-04 Thread robert
Additional info: php.ini has output_buffering=4096. Calling flush() or ob_implicit_flush() within the script doesn't seem to help. However setting php_value output_buffering off in .htaccess does the trick. Any ideas what else to try? Would like a script-only solution that is not php.i