PHP Flush/ob_flush not working
问题 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 online for output buffering, and none of it at all is working. The script wants to wait until it is completly done until it echos output. Here is the script I have so far ob_start(); //Login User echo \'Logging in to user<br>\'; ob_flush(); flush(); $ch = curl_init(\"http://www.mysite.com/login/\"); curl_setopt($ch,