Home

Submit

Source

Feeds

Home » PHP » Debugging and Error Handling ::

PHP Debugging and Error Handling
Every website will encounter errors from time to time. Most sites will not have any error handling in place and the visitor will most likely receive a cryptic programming error. This can turn visitors away as they don't know what is happening. The way around this is to provide some error handling in your scripts. By testing for errors at crucial stages (e.g accessing a database) you can provide a friendly error message for the user. This tutorial will show you how the error handling functions for the LATEdownload v2 script have been written and how you can use them in your own site.
Related Tutorials
PHP File Operations
Error Handling
PHP / File Operations
Every programmer wants to practice effective error handling. Learn how to control the size and other aspects of file uploading on your server by error handling.

Site: www.htmlgoodies.com Report - View Tutorial

PHP Navigation
HTACCESS Wrappers with PHP
PHP / Navigation
HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding headers to all your HTML documents, watermarking all your images, and more.

Site: www.codebeach.com Report - View Tutorial

PHP Debugging and Error Handling
Reporting and handling errors in PHP
PHP / Debugging and Error Handling
When developing a PHP project, whether it's a simple website or a much larger web application, it's always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer.

Site: www.roughguidetophp.com Report - View Tutorial

PHP Debugging and Error Handling
Debugging PHP: Did You Remember to
PHP / Debugging and Error Handling
So you've finally managed to install PHP. Anxious to use your new tool, you find the print function in the manual, write your own hello world, load the page and the dreaded "Parse error: parse error in /usr/local/apache/htdocs/test.php on line 2" error pops up in front of you. You know the scenario, read on to learn the fixes....

Site: www.wdvl.com Report - View Tutorial

PHP Forms
Form Handling in PHP
PHP / Forms
I am just gonna go through simple form handling with you, nothing too fancy.

Site: www.noobic.com Report - View Tutorial

PHP Debugging and Error Handling
Introduction to Debugging and Error Checking
PHP / Debugging and Error Handling
Debugging essentially means to track down an error in your code. Found a "bug" in your code? Then you need to "de-bug" it. This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications.

Site: www.talkphp.com Report - View Tutorial

PHP Debugging and Error Handling
Custom error pages using .htaccess
PHP / Debugging and Error Handling
Learn how to make your own customised error pages.

Site: www.totallyphp.co.uk Report - View Tutorial

PHP Forms
Processing and Validating form Values with Redirection to Custom Error Pages
PHP / Forms
In this tutorial we'll see how to validate several different form fields, and if the verification fails, how to redirect users to custom error pages.

Site: www.tutorialstream.com Report - View Tutorial

PHP Forms
In Depth Contact Form Part 3 - Better Error Checking
PHP / Forms
Part 3 of the contact form tutorial looks back at the error checking in place previously, and asks the question "How can we make it better?".

Site: www.stefashwell.com Report - View Tutorial

PHP Forms
Form Handling With PHP
PHP / Forms
This article tells you how to handle HTML forms with PHP.

Site: www.easytutorials.org Report - View Tutorial

PHP File Operations
PHP File Handling
PHP / File Operations
We can use PHP to open files and manipulate the data contained within them.

Site: www.webdesign.org Report - View Tutorial

PHP Forms
Form Handling
PHP / Forms
We are going to be working with the $_Post or $_Get arrays. They basically tell the form if i needs to post something, or get something. In this case we are going to be showing you the basics of a contact email form, so we will be using the $_Post array.

Site: www.webdesign.org Report - View Tutorial

PHP Miscellaneous
Handling Non ASCII Characters
PHP / Miscellaneous
This tutorial explains: What Is Localization / Internationalization?, Managing Characters in Web Based Applications, Character Traveling Paths, ASCII Characters in PHP Pages

Site: www.herongyang.com Report - View Tutorial

PHP Debugging and Error Handling
Mail on 404
PHP / Debugging and Error Handling
A snippet of PHP code which will send you an e-mail every time a document is requested that is no longer there, ie when a 404 error comes up.

Site: www.haroldbakker.com Report - View Tutorial

PHP Forms
Making Sticky Forms
PHP / Forms
Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the information if there is an error.

Site: tutorialcode.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement