Here is a basic example of the formprocessor, this is a simple input.
In this example, you MUST provide your name, else the form will display an error and not let you go any further
'; print_r($_POST); echo ''; } else $processor->display(); } else $processor->display(); } catch(Exception $e) { echo 'Message: ' .$e->getMessage(); } ?>