+ 1
How can i store input data of my website
2 Antworten
+ 3
In a file or database on your server.
+ 1
Great Heisenberg
Except from the server side database, you can also use client side ones :
Local storage, session storage, indexDb.
https://javascript.info/data-storage