How can I store the results of a form in a text file ?
diddlydazz
1:38 pm on Dec 6, 2001 (gmt 0)
My host does not support perl or mysql and I dont have my own CGI bin, is there any way using HTML or Javascript to write the results of a form to a text file on the server ??
Thanks for your time
any info appreciated
txbakers
4:53 pm on Dec 6, 2001 (gmt 0)
All form capture would need some type of executable script to write to a file, whether flat or database.
You could just mailto the form to yourself and copy/paste to a text file.
Or you could find a new host!
txbakers
4:55 pm on Dec 6, 2001 (gmt 0)
I just sent you a stickymail about another option.
carmo
7:57 am on Dec 7, 2001 (gmt 0)
If your server is runnning IIS you can use ASP. You can create a database in ms-access and interface it using ASP.