How to submit form and get data? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How to submit form and get data?

Please help

25th Jul 2021, 10:57 AM
Bitun Page
Bitun Page - avatar
7 Answers
+ 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#)
25th Jul 2021, 11:12 AM
Gordon
Gordon - avatar
+ 2
Please tag your question properly https://code.sololearn.com/W3uiji9X28C1/?ref=app
25th Jul 2021, 2:33 PM
Ipang
+ 2
Your answer is given by Gordon and A͢J. Their answer is best. But if you don’t understand, you should learn first.
27th Jul 2021, 1:15 AM
Jewel Rana
Jewel Rana - avatar
+ 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
27th Jul 2021, 6:17 AM
Gordon
Gordon - avatar
+ 1
25th Jul 2021, 1:10 PM
A͢J
A͢J - avatar
0
Web html
25th Jul 2021, 11:23 AM
Bitun Page
Bitun Page - avatar
0
I create forrm ,when user fillup form how to get his/her data?
25th Jul 2021, 4:47 PM
Bitun Page
Bitun Page - avatar