in php, thanks .
views:
32answers:
2
+1
A:
By checking the return value of headers_sent()
if(!headers_sent())
Chacha102
2010-05-30 06:23:46
+2
A:
Use the boolean-returning function headers_sent to determine if headers have been fully sent (implying that some content has also been sent too).
Delan Azabani
2010-05-30 06:24:37