Lookin for a program for HTML

Firetower

Senior member
Jul 15, 2003
447
0
0
I am looking for a program that will create a webpage with a survey that will email me the responses to the questions when someone clicks submit
This is for my Senior Capstone.
Thank you
-mike
 

jman19

Lifer
Nov 3, 2000
11,225
664
126
If you're running this on a unix/linux box, you can probably write a very quick perl script to generate the html and invoke Sendmail to mail you the results... you can probably find such a script on the internet pretty easily.