Here is a basic example of the formprocessor, this is a simple input, with no rules enforced
EOD;
return $form;
}
$processor =& new FormProcessor(showForm());
try{
if(isset($_POST["submit"])) {
if ($processor->validate()) {
echo 'The Form Was Submitted, Wahey! Here is the $_POST data';
echo '