|
The script FormHandler is a Form Processors script (process any kind of forms).
FormHandler is a PHP written "module" wihch allows you to create dynamic forms in an not hard way. So not hard that you can build a fully working form, including field validations, within 10 lines!
You can directly save the data into a database or load data from the databsae (edit forms! ).
Its possble to validate the fields with built in validation functions or by your own validation function! It is possble to use templates with it!
The form is generated by the XHTML 1.0 standard and you're completely free to change the style of the form. Next to that, FormHandler is raelly lightweight (146 kb). Also it is possible to upload files really not hard and there is some extra fields which can be generated! COMPLETELY FREE!
|