How can I make a form which store data collect from the user? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How can I make a form which store data collect from the user?

Because i want to make a form which collect data from the user and it will be awesome... Please help ... Given one example also.

24th Apr 2019, 9:42 AM
Shah Rabbani
Shah Rabbani - avatar
2 Answers
+ 2
<form action="/action_page.php"method="get">   First name: <input type="text"name="fname"><br>   Last name: <input type="text"name="lname"><br>   <input type="submit"value="Submit"> </form>
24th Apr 2019, 10:21 AM
Alessio Benvenuti
Alessio Benvenuti - avatar
0
But this is a way to create only forms but how we get the data that is filled by users
23rd Aug 2020, 6:32 AM
Mintu Goyal
Mintu Goyal - avatar