Calculation of data in Server for data received from HTML form

Asked By 0 points N/A Posted on -
qa-featured

I am looking for your kind support in the following case. I have created a form in HTML which takes multiple numeric values from the user and also some conditions. Once user clicks the submit button, the data will be received by the server. What are the ways in which the server stores the data? How to interpret the data if multiple users are using the same form from different places but at the same time? Which programming language is better for the server data access and computation of result to be displayed to the user in return?

SHARE

Related Questions