Form Handling Articles
PHP form validation basics
Monday, December 15th, 2008 at 5:00am, in Form Handling, written by Stefan Ashwell
This is the start of a couple of articles about form validation, the different kinds and how to validate different types of information. In this first article I am just going to cover the basics to start off with - checking for entry.
In Depth Contact Form Part 3 - Better Error Checking
Sunday, June 29th, 2008 at 11:07pm, in Form Handling, written by Stefan Ashwell
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?".
In Depth Contact Form Part 2 - The PHP Code
Sunday, June 29th, 2008 at 10:54pm, in Form Handling, written by Stefan Ashwell
The second part of this tutorial details the PHP code that checks data has been entered and send an email containing this data.

