I am going to make a competition on my forum, where people are asked a question, and then have three options to choose from. Then they also would have to write their email and a name.
I have no idea how i am going to make it, anyone know how or know are place where i can see something similar. My problem is not the form i can make that, but i would like to safe the answer in a database of textfile and i dont know how.
Where should the answers go? You could of course do what I'd do and use an email form in ASP. Then only those with the correct answer would actually get sent, the rest would get a "your submission has been received" page too but their answer won't get sent (no use in getting wrong answers saved, is there?). That way you could pick the winner from one of the emails. It'll also save you the trouble of getting a script for it and using a database to store the info in.