What do I need to learn to make a website that can make a text file?
Posted
by lala
on Stack Overflow
See other posts from Stack Overflow
or by lala
Published on 2010-05-27T22:47:10Z
Indexed on
2010/05/27
22:51 UTC
Read the original article
Hit count: 158
web-development
|programming-languages
I want to make a website, but all I know is basic HTML and CSS. On this website, I want the user to input in multiple text fields (sort of like they take a quiz) and then the program will make a text file based on the user input which the user can download. I want it to work backwards, too, so that the text file is the input.
What do I need to learn to make a website to do this? Will javascript do the trick?
I'm a beginning to intermediate programmer, mainly with java and I've learned some C# recently. I thought I could learn ASP.Net for this, but it turns out my hosting doesn't support it.
© Stack Overflow or respective owner