ultrus Posted August 2, 2011 Share Posted August 2, 2011 You know how on some servers, PHP content like a large dynamic table will show as the table is created, but other servers will keep a white pending screen until the whole page is ready and load it all at once? What's the ini or other setting that let's me choose? I'd personally like to show a page while it is being created but am not sure how to get started with that. Thanks for the feedback in advance. Link to comment https://forums.phpfreaks.com/topic/243619-streaming-content-to-browser-or-showing-all-at-once/ Share on other sites More sharing options...
Zane Posted August 2, 2011 Share Posted August 2, 2011 Read up on output buffering .. and flushing http://php.net/manual/en/function.flush.php Link to comment https://forums.phpfreaks.com/topic/243619-streaming-content-to-browser-or-showing-all-at-once/#findComment-1250823 Share on other sites More sharing options...
ultrus Posted August 2, 2011 Author Share Posted August 2, 2011 Aha! I found the notes I needed there. Thanks! (why I didn't look there first, who knows) Link to comment https://forums.phpfreaks.com/topic/243619-streaming-content-to-browser-or-showing-all-at-once/#findComment-1250833 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.