PHP Flush/ob_flush not working

前端 未结 7 2286
情深已故
情深已故 2020-11-27 07:03

I\'ve tried several attempts at getting my flush and ob_flush to work. I\'ve tried setting the ini to allow buffering, I\'ve tried using several different functions I found

7条回答
  •  庸人自扰
    2020-11-27 07:33

    
    
    
        
            PHP Flushing
        
        
            

    Flushing the webpage in real-time using PHP.

    '; ob_flush(); flush(); sleep(1); } ?>

提交回复
热议问题