Form

Form is a complete class which handles many of the tedious things about creating and validating html forms.
Form handles creation and validation of all regular form elements. It provides clientside validation via javascript and serverside with build-in and user-defined regular expressions.

Goals

The purpose of the Form project is to provide:

Source

Form.phps
Form_example1.php
Form_example2.php

Changes

ToDo

API reference

Variables

Public methods

Private methods

PHP's doesn't handle private methods at this time, but at best PEAR manner I've prefixed methods that are supposed to be private with an underscore.
All feedback is appreciated at jonas[a]delfs[.]dk