There is a function in php that stops it from progressively serving the page, and instead makes it wait until everything is processed. This function is usually used so you can redirect even after the headers are sent – I forgot the name and my google queries didn’t return anything – can anyone enlighten me?
Share
Are you looking for output buffering?