How to store username , password and his information using HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to store username , password and his information using HTML?

Can anyone help this out..

26th Jan 2019, 6:01 AM
Shashank Yadav M
Shashank Yadav M - avatar
2 Answers
+ 2
To write/save files with web (HTML, JavaScript, etc.), you need a server-side language such as PHP, Ajax or Node.js. You can't save files to the client computer, only to the server computer.
26th Jan 2019, 7:14 AM
James
James - avatar
+ 10
You can use Node.js or PHP Example : https://code.sololearn.com/WS0o7ev5SjMT/?ref=app
26th Jan 2019, 6:37 AM
Bono
Bono - avatar