Short answer: no.
If you can't just put your error information before you write information to
the screen you will need to use the ob_* family of functions. Clean the
information you've printed so far, then just print out the error information
to the screen.
--
Plutarck
Should be working on so
I don't know if I'm wording this right.
I have a display_error function in PHP that I want to generate a screen with
some information about the error, send us email, etc. The problem is that
sometimes it's called after the headers have been sent and in the middle of a
page. Is there a way to 'c
2 matches
Mail list logo