Save Comments
Save Comments
(OP)
Hi All,
I'm an experianced VB & Java programmer but until now haven't really applied this to web pages.
For a charity event I want to put a comment box on our site for feedback. Only to capture Name & Comment fields > preferably to store the info in a text file.
Is CGI the right route to be going down or should I be looking at ASP.
It should be a pretty simple thing to achieve no?
I was googling but only getting examples for db's and user/name password guestbooks etc. All this is a lot more than I need really.
Any ideas????
Cheers guys/gals
I'm an experianced VB & Java programmer but until now haven't really applied this to web pages.
For a charity event I want to put a comment box on our site for feedback. Only to capture Name & Comment fields > preferably to store the info in a text file.
Is CGI the right route to be going down or should I be looking at ASP.
It should be a pretty simple thing to achieve no?
I was googling but only getting examples for db's and user/name password guestbooks etc. All this is a lot more than I need really.
Any ideas????
Cheers guys/gals
RE: Save Comments
Yes, I have an idea. Tell us what languages can you use for CGI. Maybe also your web server and operating system.
The task itself is simple.
Feherke.
http://rootshell.be/~feherke/
RE: Save Comments
I'm running Abyss X1 web server on Windows 2003, only cause I didn't have my I386 folder handy to setup IIS. Plan to migrate soon.
RE: Save Comments
http://www.activestate.com/Products/ActivePerl/
M. Brooks
http://mbrooks.info
RE: Save Comments