Reading flushed messages from a running PHP script
- by gAMBOOKa
I have a PHP script that keeps running in the background endlessly. It also keeps flush()ing debug messages. Is there a way to display those flushed messages within another HTML page?