Do I need to pass back any HTTP headers to tell the browser that my server won\'t be immediately closing the connection and to display as the HTML is received? Is there anyt
Depending on what you are doing, you could just echo as your script proceeds, this will then send the html to the browser as it is echoed.