November 28, 201114 yr It seems that no matter how I try to do it, I can not force a buffer flush or prevent output buffering with PHP going through the emhttp plugin PHP. As a workaround, I can dump a 4K html comment string and that will force the buffer to write to the browser, but that is a kludge. echo("<!--" . str_repeat(".",4090) . "-->"); Suggestions?
Archived
This topic is now archived and is closed to further replies.