
January 23rd, 2006, 09:00 AM
|
|
|
|
Building a PHP5 Form Processor: Coding the Form Validator Module
In this second part of a three-part series, we take up the topic of server-side validation. By the time you finish this article, you'll have the general guidelines for how to build a form validating class. You'll use some PHP built-in introspection functions, along with regular expressions, to assist you in building this class.
Read the full article here: Building a PHP5 Form Processor: Coding the Form Validator Module
For more discussion go here: Blog Article Discussion
|