Is is possible to use an object method to set_error_handler instead of a function?
Instead of this: set_error_handler("errorHandler");
can this somehow be done: set_error_handler($obj->errorHandler); (The object method is
of course valid.)
=======================
Ron Dyck
WebbTech
www.webbtech.net
[EMAIL PROTECTED]

