Related resources for PHP exception
  • Exception handling in PHP: Part 212/26/2011 1:04:55 PM. In this article we going to understand the next four error handling methods. An exception is the abnormal termination of the program. It is known as run time errors.To avoid the abnormal termination of program we use exception handling.
  • Exception handling in PHP: Part 112/26/2011 12:21:40 PM. In this article we are going to understand the concept of exception handling. An exception is the abnormal termination of the program and here you learn how to handle this exceptions.