I have created a page in which I use the PHP function flush(), to output data to the browser the second the data is echoed. I\'m also calling this page using jQuery\'s ajax
jQuery needs to wait for the connection to close before it can insert the html onto the page -- it can't display it progressively (it wouldn't make any sense).