|
-
December 6th, 2008, 01:37 PM
#1
Socket help
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?
-
December 6th, 2008, 02:13 PM
#2
Re: Socket help
That's a very broad question. What aspect of it are you having trouble with?
-
December 6th, 2008, 06:46 PM
#3
Re: Socket help
And what does a survey or database have to do with TCP/IP and sockets????  
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
December 6th, 2008, 07:11 PM
#4
Re: Socket help
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 ?
-
December 7th, 2008, 01:28 AM
#5
Re: Socket help
Will this be a web survey or will the survey get embedded into a software?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|