+ 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.
2 Respostas
+ 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>
0
But this is a way to create only forms but how we get the data that is filled by users