php-windows Digest 19 Mar 2005 03:06:15 -0000 Issue 2612
Topics (messages 25769 through 25770):
custom errors handling class
25769 by: Mihai Frisan
How do you tell if 'mail' function was successful?
25770 by: Ross Honniball
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
hi,
I need some help, this is my problem:
I use a custom errors handling class, which set one of its methods as
the php errors handler.
All works well when I use this class in a file with only procedural code
(all errors are caught by the custom errors handling class), but if I
instantiate another class in this file, and in this class I have a
error, this error is not caught by the custom errors handling class that
I defined, instead is caught by the implicit php error handler.
My question is what can I do to make my custom error handling class
catch all the errors, even if they are in another class that I have
instantiated?
thanks,
Mihai
--- End Message ---
--- Begin Message ---
Anyone know how to tell if a mail('[EMAIL PROTECTED]', 'sub', 'body')
is successful or not?
Thanks .. Ross
.
. Ross Honniball. JCU Bookshop Cairns, Qld, Australia.
.
--- End Message ---