News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Quick Tip Email Error Logs with PHP
January 04, 2011 @ 08:58:45

In this quick tip from NetTuts.com today they show you how to set up custom error logging for your PHP application with the help of the set_error_handler function.

In today's video quick tip, we'll review the process of setting custom error handlers with PHP. Along the way, we'll also learn how to log and email those potential errors to ourselves. That way, even when your web application has been deployed, you'll be the first to know when an error is encountered.

They make a custom handler, nettuts_error_handler, that takes in the error information and translates it into an error message that's emailed to an admin of the site. It also checks the error reporting level to see if it needs to display the error back to the user or not. This helpful hint is part of a screencast, but they've provided the code separately to make it easier to work with.

2 comments voice your opinion now!
error log email custom seterrorhandler


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Writing Custom Session Handlers

Rob Allen's Blog: Zend Framework URLs without mod_rewrite

Ian Christian's Blog: Creating a custom form field type in Symfony 2

PHPBuilder.com: Add Custom Components to Your PHP Development with PRADO

Ilia Alshanetsky's Blog: PHP's Output Buffering


Community Events









Don't see your event here?
Let us know!


composer unittest object database opinion community language zendframework2 framework release phpunit testing api podcast interview code tool example development introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework