Click to See Complete Forum and Search --> : processing forms


jvanhee6
10-26-2005, 03:44 AM
Hello,
I'm a beginning web designer, most of the time I work with HTML, DHTML, XHTML,…
I have a few questions, I made an HTML form but when I submit it. It's in the e-mail as an *.ata file now is my question if it's possible to use this file on a different way than in a database because the only thing I need to do with these forms is print the form and save the attachment linked to this form.
If this is not possible how do I start then with making such a database?
Can you please tell me how I can fix this?
Or if you just want to give me some URL's where I can find answers to my questions.

jvanhee6
10-26-2005, 03:46 AM
Anybody an idea thanks in advance

felgall
10-26-2005, 04:40 PM
What server side scripting language are you using to process the form? The file extension on the end of the action attribute will tell you this eg action="form2mail.asp", action="mailform.php", or jsp for Java, cfm for coldfusion etc.

Once you work that out you should then post in the appropriate server side forum to ask for help.

jvanhee6
10-27-2005, 04:13 AM
Thanx for answerring, I want to make a script in asp that connects my form to a database, how do I write the script?
So everything in asp if this is possible