- 2
How to submit form and get data?
Please help
7 Respostas
+ 3
That's server side scripting.
You need one of the following tech stack:
PHP
Node.js (JavaScript)
Django (Python)
Flask (Python)
.NET WebCore API (C#)
+ 2
Please tag your question properly
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 2
Bitun Page "Get data" is not the precise wording.
You need a database for CRUD (create, read, update, delete)
I suppose your form is for sign up and login?
If so, you use these for checking user identity and showing different contents to them.
Apart from server side scripting, you could interact database with frontend coding if your database Google Firebase.
I would recommend you to go through the
Firebase Authentication Tutorial Series by The Net Ninja
https://youtube.com/playlist?list=PL4cUxeGkcC9jUPIes_B8vRjn1_GaplOPQ
Follow step by step
+ 1
Bitun Page
Here is an example to get form data
https://code.sololearn.com/WNo3kI330fFH/?ref=app
0
Web html
0
I create forrm ,when user fillup form how to get his/her data?