ShivaGupta Posted August 10, 2013 Share Posted August 10, 2013 (edited) flush(); ob_flush(); code not give any live output on godaddy hosting. plz help me for get liveoutput php output on the godaddy hosting. Edited August 10, 2013 by ShivaGupta Quote Link to comment Share on other sites More sharing options...
trq Posted August 10, 2013 Share Posted August 10, 2013 Define "not working". Quote Link to comment Share on other sites More sharing options...
ShivaGupta Posted August 10, 2013 Author Share Posted August 10, 2013 (edited) 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. Edited August 10, 2013 by ShivaGupta Quote Link to comment Share on other sites More sharing options...
Solution jazzman1 Posted August 10, 2013 Solution Share Posted August 10, 2013 The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. The error is self-explanatory! We don't know what type of data you want to be shown on the browser, you should tell us Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.