How do you run a long PHP script and keep sending updates to the browser via HTTP?
        Posted  
        
            by Jeremy Rudd
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jeremy Rudd
        
        
        
        Published on 2010-06-08T09:24:05Z
        Indexed on 
            2010/06/08
            9:32 UTC
        
        
        Read the original article
        Hit count: 282
        
How do you run a long PHP script and keep sending updates to the browser via HTTP?
Something to do with output buffering but I don't know exactly how.
© Stack Overflow or respective owner