Jump to content

flush(); ob_flush();


ShivaGupta

Recommended Posts

Define "not working".

i have a curl script that take much time to collect informaition to many sites n i use above code to get buffiring output

but not get any live output on godaddy hosting.n after some time page show timeout.

 

 

after that i use this

ob_implicit_flush(true);
echo "<span style='width:8px; background:blue'></span>";
    for($k = 0; $k < 40000; $k++)
     echo ' '; // extra spaces to fill up browser buffer

n buffiring working but after some miniuts have this error

 

 

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

plz help me for  get liveoutput php output on the godaddy hosting.

Link to comment
https://forums.phpfreaks.com/topic/281014-flush-ob_flush/#findComment-1444280
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.