drizzle Posted May 20, 2009 Share Posted May 20, 2009 I noticed while running a loop on my web server, during each loop it printed out the appropriate data to the screen, but while working offline on my WAMP server I noticed that the data isn't "printed" to the screen until the entire process is complete. Is there a way to change this, so that it sends the output to the screen during the process vs after its complete? If this doesn't make sense let me know and Ill try to explain it better.. thanks. Link to comment https://forums.phpfreaks.com/topic/158935-echo-to-screen-during-process-vs-after-process/ Share on other sites More sharing options...
Cosizzle Posted May 20, 2009 Share Posted May 20, 2009 I've never heard of such a thing. I had always thought PHP was a performed at run time, unlike say Java for example which uses a engine to compile. I could be wrong - this was always my understanding though. Are you using any CMS's? Link to comment https://forums.phpfreaks.com/topic/158935-echo-to-screen-during-process-vs-after-process/#findComment-838253 Share on other sites More sharing options...
drizzle Posted May 20, 2009 Author Share Posted May 20, 2009 No, No CMS. I was thinking maybe there was a buffer setting somewhere? Link to comment https://forums.phpfreaks.com/topic/158935-echo-to-screen-during-process-vs-after-process/#findComment-838449 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.