Save Inputs from a Website to a Database

Asked

Viewed 333 times

0

I’m a beginner in HTML, Javascript and the like.
I need to save the user inputs of my site in a database. My pages, especially the registration page, was developed 100% in HTML.
What I need to do is take these form INPUTS and save them in my BD.
I was advised to make use of JSON, but in the materials and articles I found on the net I could not understand how to do this.

I wish you could help me with this problem by showing me an example of how to capture this form data in forwarding it to my BD or by telling me some material that has some example of how to do this.

  • What kind of BD do you have? how do you want to save? via AJAX (post or get)? or do you want to send the form via HTML API (POST)? ... I understand your question but it is too wide. It is possible to clarify the points I asked?

  • Good evening Sergio, My database is SQL Server, I want to save via POST. Taking the opportunity, I want to save and, when the case is, also want to rescue the data to do some manipulation. Thanks for your attention.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.