|
|
| 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 |
A simple solution to the 'PHP Fatal error: Allowed memory size of 8388608 bytes exhausted' error message. This error occures when the requirements of the script you are running in terms of memory usage exceed the 8MB default limit. Author: TutorialHelpDesk 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 |
In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the product, its various editions, the system requirements for running it, and other installation considerations Author: Michael J. Ross Code: PHP 4.0 |
|  | |
When creating scripts and web applications, error handling is an important part. This tutorial contains some of the most common error checking methods in PHP. It will show different error handling methods as well. Author: W3 Schools Code: PHP 5.0 |
With PHP 5 came a new object oriented way of dealing with errors. Exception handling is used to change the normal flow of the code execution if a specified error (exceptional) condition occurs. This condition is called an exception. Author: W3 Schools Code: PHP 5.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|