I have got a C++ program that accepts a string and gives output as a string now what I need do is take the string input from the textbox on a webpage and then submit the result to a database?
Submitting to database is a later case but first tell me how can I do the first part??