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????
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.