HTML Select Generator
This tool is intended to help PHP programmers write select boxes.
The options list should be a white space separated list of option names. e.g.
foo bar baz bam fee fi fo fum
This could generate a select box like this.
The field name and options list box are required fields.