Writing You Own Mail Processing Scripts with PHP
Author: Shaunk...
Time to move on from them handy little HTML form generation apps and tools and learn what's involved in writing them myself.
Yes, indeedy-doo.
Creating the actual HTML form is the easy part. This can be done by any old bean with a pair of hands, it's pretty simple coding and even easier select-from-drop-menu simple if you use Dreamweaver.
The complicated part is collecting the data from the forms and doing something with it. Now I am still a PHP novice so this was also a learning experience on this level.
Here's some good tutorials on the subject:
The Site Wizard
PHP.net
w3schools