I am creating a page that does some processing on it.
Every so often I want to output a status to the browser using a simple echo. But the status doesn't show until the entire script has ran.
I know this is output buffering, I am not sure how to get this to work. Tried using ob_flush, still same thing.