+ 2
How to have a database of my website
For example i made a website where the user gives input and the text input gets shown in a list. But when i refresh the page, the list gets resetted. How can i store all the inputs forever?
4 Respostas
+ 2
Asef Dianđ§đ© hi,
If you want to keep it on the client side, you could make use of localStorage or indexedDB.
https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB
On serverside then you'll have to deal with databases language as suggested by Muhammadâïžđ„đĄïžâïž
+ 2
U should use any language of database like SQL , My SQL, SQL lite3, postgree SQL
0
what have you done so far
0
Logomonic Learning this is what i have done:
https://code.sololearn.com/W3Kv1mgtOUmO/?ref=app