How to store user information in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to store user information in html?

12th Jun 2018, 1:58 AM
Prakher Srivastava
Prakher Srivastava - avatar
4 Answers
+ 8
You would need to submit HTML user data to a database (like SQL, MySQL, NoSQL, MongoDB, etc) using a backend language (like PHP, NodeJS, Python, Ruby, etc) Here's a small example: https://www.google.com.sv/amp/s/blog.eduonix.com/web-programming-tutorials/learn-submit-html-data-mysql-database-using-php/amp/
12th Jun 2018, 3:46 AM
Pao
Pao - avatar
+ 3
Using only HTML, it would be near impossible to store information given by the user. User input is typically done via either just JavaScript or JS working alongside HTML tags.
12th Jun 2018, 3:05 AM
Faisal
Faisal - avatar
+ 1
in html5 there is a localstorrage with can be used with js but i would do it like @Pao said
12th Jun 2018, 6:04 AM
Lexfuturorum
Lexfuturorum - avatar
0
hi/ do you have vk?
26th Sep 2018, 4:26 PM
Said Soliev
Said Soliev - avatar