Well, i want to create a survey where the user inputs an answer to a question then it gets sent to a database how would i do that?
Printable View
Well, i want to create a survey where the user inputs an answer to a question then it gets sent to a database how would i do that?
That's a very broad question. What aspect of it are you having trouble with?
And what does a survey or database have to do with TCP/IP and sockets???? :confused::confused::confused:
1. create a survey and store the questions in a database
2. create a interface that is able to get the questions from a database
while (there are questions)
{
3. ask a question from the database and store the answer in the database
}
With which of the 3 parts do you have problem ? . .and as TheCPUWizard noticed, where does the socket-part becomes a problem ?
Will this be a web survey or will the survey get embedded into a software?