Creating an Error Handling Module for a PHP 5 File Uploader

Wednesday, April 2nd, 2008

Welcome to the third chapter of the series Building file uploaders with PHP 5. Comprised of five approachable tutorials this series teaches you the fundamentals of constructing file uploading applications with PHP 5. It also complements the corresponding theoretical concepts with numerous hands-on examples. In this third ...

Displaying Meaningful Error Messages when Auto Loading Classes in PHP 5

Wednesday, December 26th, 2007

If you re a PHP developer who wants to learn how to load automatically into client code all of the source classes required by your object-oriented applications keep reading. In this series of articles you ll learn how to implement the magic __autoload function ...

Using the SIGNAL Statement for Error Handling

Thursday, September 13th, 2007

In this conclusion to a three-part series you will learn about the SIGNAL statement and its uses for creating your own error statements. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein ...

Error Handling Examples

Thursday, September 6th, 2007

In this second article in a three-part series you will learn more about errors and exception handlers. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein O Reilly ISBN ...

Error Handling

Thursday, August 30th, 2007

In this first article in a three-part series you will learn how to create various types of exception handlers. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein O Reilly ...

Expanding an Error Logger with the Chain of Responsibility Pattern

Monday, November 13th, 2006

Do you want to know how to build an error logging system using the chain of responsibility schema with PHP If your answer is a loud yes then in this group of articles you ll find what you ve been looking for Welcome to the concluding part ...

Building an Error Logger with the Chain of Responsibility Pattern in PHP 5

Monday, November 6th, 2006

If you re one of those PHP developers that wants to expand your background in pattern-based programming then this article may suit your needs. Welcome to the second part of the series Understanding the Chain of Responsibility Between PHP Objects. Comprised of three installments this series ...

Custom Error Pages with Apache

Monday, April 3rd, 2006

Nobody enjoys seeing an error page. It s worse if the error page gives you little or no information to help you find the page you were trying to reach. Fortunately there are ways to configure Apache so that your visitors need never feel so abandoned. This article explains ...

Error Handling in PHP: Introducing Exceptions in PHP 5

Wednesday, January 18th, 2006

Welcome to the last part of the series Error Handling in PHP. In two parts this series introduces the basics of error handling in PHP. It demonstrates some of the most common methods for manipulating errors in PHP 4 and explains the implementation of exceptions in ...

Error Handling in PHP: Coding Defensively

Wednesday, January 11th, 2006

As with any programming language when you code in PHP it helps immensely if you set up your applications to handle errors gracefully. This article explores some of the most common error checking methods available in PHP and provides hands-on examples that use different error handling methods.... (Advertisement) ...