Search found 1 match
- Mon Sep 29, 2014 8:14 am
- Forum: PHP - Code
- Topic: PHP Error and Exception Handling
- Replies: 1
- Views: 693
PHP Error and Exception Handling
Error handling is the process of catching errors raised by your program and then taking appropriate action. If you would handle errors properly then it may lead to many unforeseen consequences. Its very simple in PHP to handle an errors. Using die() function: While wirting your PHP program you shoul...