+ 3
How to store user information in html?
4 Antworten
+ 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/
+ 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.
+ 1
in html5 there is a localstorrage with can be used with js
but i would do it like @Pao said
0
hi/ do you have vk?