[PHP] how to determine if the output has been flushed normally...

2003-01-04 Thread Gyozo Papp
Hi, I'm dealing with the following issue: how to determine whether the current page request has been responded normally, eg. output has been sent to the browser as regular, or just a redirection header sent to it header('Location: '); ? Some words about the background: This functinality

[PHP] how to determine if the output has been flushed normally...

2003-01-04 Thread Gyozo Papp
Hi, I'm dealing with the following issue: how to determine whether the current page request has been responded normally, eg. output has been sent to the browser as regular, or just a redirection header sent to it header('Location: '); ? Some words about the background: This functinality would