RE: [PHP] error handling

2005-04-13 Thread Stephen March
Personally, I create a custom error handler for all my apps (currently 4.3.* compliant). While I normally use Smarty and have separate error templates, here is a quick example. function errorHandler($errno, $errstr, $errfile, $errline ) { print Error #: $errno br/Error Message:

RE: [PHP] User Management

2005-04-13 Thread Stephen March
an easy solution per-se, but this is effective for me. Cheers, ~Stephen March, CIS, BSc -Original Message- From: Dasmeet Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 4:15 AM To: php-general@lists.php.net; [EMAIL PROTECTED] Subject: Re: [PHP] User Management Thanks