+ 1
How to store username , password and his information using HTML?
Can anyone help this out..
2 Antworten
+ 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.
+ 10
You can use Node.js or PHP
Example :
https://code.sololearn.com/WS0o7ev5SjMT/?ref=app