View Full Version : Save form results


Pi-Sudoku
02-10-06, 12:54 PM
I am looking for the best way to store the results of a web form.
I have written a form using HTML code but the results don't go anywhere.
I have considered using FrontPage to do this and have a server that supports this.
I have never before used CGI's or Perl and believe them to be hard to learn

Can anyone recomend anything?

Avatar
02-10-06, 01:09 PM
Find a ready made form that is easy to adjust: http://www.hotscripts.com/
Just type "form" in search

Stryder
02-10-06, 02:27 PM
PHP or Perl could let you store the data from the form in either a database or file.
Otherwise there is the old method of sending form data to an e-mail address, however it can be received with either escaped characters or probably in a spam bin.

As Avatar pointed out, the alternative is to find an already created script to do the job. (Which can be handy to learn from)

Voodoo Child
02-10-06, 09:40 PM
You could give Cherrypy or php to go. They are relatively easy to learn and install.