|
|
| Error Handling [+] Favor-It | |
| |
 |
| | Sort By:
|
With this tutorial, learn how to see if a URL is valid. In this tutorial, it will show you how and what to do when this occurs.
Author: Spoono Code: PHP 4.0 |
This tutorial is intended for the novice or intermediate PHP programmer. Basic knowledge of creating and using functions is assumed. All the functionality is there, you just have to customise it to your specific requirements Author: Tony Marston Code: PHP 4.0 |
Let's face it - none of us write perfect code, and your almost-perfect PHP scripts are bound to throw an error now and then, even if you've tested them hundreds of times. It's simply impossible to rule out everything, and that's no problem. Author: PHPit Code: PHP 4.0 |
|  | |
This script will enable you to change the way php handles your error messages. You will be able to send error details via email and redirect the visitor to an error page! It makes use of the PHP4 feature set_error_handler. Author: Xtasy Code: PHP 4.0 |
PHP together with Apache gives you quite alot of freedom to create your own error pages, but requires some reconfiguring and a tiny bit of coding. Let's start off with the configuration part. Author: Mattias Nilsson Code: PHP 4.0 |
There are error levels in php with the help of which we can specify the type of error messages that should be displayed. Say we want only warning messages or compile errors to be displayed we will use the function error_reporting(). Author: HScripts Code: PHP 5.0 |
This tutorial shows you How to stop or block error, suppress warning messages in the page. To completely turn off error or warning messages on web pages you can use the function "error_reporting(0);" Author: HScripts Code: PHP 5.0 |
|  | |
This tutorial will show one how to create messages for only one operation. Or how to restrict error message for specific functions. Some times we will have to block warning message for certain operations. Author: HScripts Code: PHP 5.0 |
This tutorial will show you How to log php error in to system logger or a file, help who wants a mail to be send on the occurrence of a error or even How to send errors to a 3rd party logging system Author: HScripts Code: PHP 5.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|