
January 16th, 2006, 09:00 AM
|
|
|
|
Building a PHP 5 Form Processor: Coding the Form Generator Module
Most developers must deal with the job of developing robust data validation for forms on a regular basis. Nobody wants to write the same code over and over, so this article (the first of three in a series) will help you develop an extensible and reusable form validation package. By the end of the article, you will have all the relevant classes that integrate the generator module of the PHP form processor.
Read the full article here: Building a PHP 5 Form Processor: Coding the Form Generator Module
For more discussion go here: Blog Article Discussion
|