Welcome Guest, Not a member yet? Register   Sign In
Flush output data
#2

Some anti-virus programs can interfere with the flush.

You can try this to see if it works, not tested here.

PHP Code:
ob_start();

echo 
"Data 1 Done";

flush();
ob_flush();

sleep(1);

ob_end_flush();
ob_end_clean();

echo 
"Data 2 Done";

flush();
ob_flush();

sleep(1);

ob_end_flush();
ob_end_clean(); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Flush output data - by xfxstudios - 01-06-2018, 05:18 PM
RE: Flush output data - by InsiteFX - 01-06-2018, 11:34 PM
RE: Flush output data - by xfxstudios - 01-07-2018, 08:05 AM
RE: Flush output data - by InsiteFX - 01-07-2018, 12:11 PM
RE: Flush output data - by xfxstudios - 01-07-2018, 12:53 PM
RE: Flush output data - by InsiteFX - 01-07-2018, 07:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB