HTML Form Generator
This tool is intended to help PHP programmers write HTML forms for submission to a script.
The field list should be a space separated list of field names. e.g.
id foreign_key_id product_description foo bar
This could generate a form like this.
The form name, action URL, legend text and field list boxes are required fields.