FormHandler package. Herman Suijs This is a set of PHP-scripting files that create a modular way of handling HTML-forms. It can work in the same ways as most of the available mailscripts and other form processors. You can find the latest version and all necessary information on: http://formhandler.sourceforge.net The modules create a very flexible and extensive tool for handling HTML-forms. The files consist of: .inc.php: these are default files to be included or extra classes that are used in the application/modules [include/] .mod.php: these are the different possible modules. Some of them are required (see configfile.inc.php) [modules/] .mes.php: special messaging modules (childs of class in message.inc.php) [modules/] .def.xml: definition (configuration) of .mod.php used for AUTO_CONFIGURATION [modules/] Most of the other files are documentation. The file configfile.inc.php is the overall configurationfile. For more information on configuration look at Configuration. The file form-handler.php is the actual script to call. If you want to find out fast if a new release is available, open testversion.php in a browser via your webserver. This utility is not very well tested. If you have problems using it, please let me know via sourceforge (see the homepage). Herman Suijs