How can you save data from a html form into a database or other programming software. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can you save data from a html form into a database or other programming software.

Like if you had the html code. <form> <Input type="text" name="username''> <input type="password" vaule="password"> <input type="submit" vaule="submit"> Then how do I transfer the data on this html to a seperate document that I can look over????

7th Jul 2019, 7:36 AM
Mark Barnes
1 Answer
0
this requires you to use php to a database or javascript. the database such as mysql or mongodb. you have to remember that you cant just send the data anywhere..it has to be secure.
7th Jul 2019, 8:07 AM
Jason Kennedy