Save info | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
+ 3

Save info

How do you make a website that saves information (example: saves game progress)? What language would I use?(HTML, CSS, JS, php )

16th May 2018, 4:35 AM
Hektuhel
Hektuhel - avatar
1 Resposta
+ 1
You can use localStorage() in HTML5 and Javascript to store user's data to the local storage with no expiration time https://www.sololearn.com/learn/HTML/2197/
16th May 2018, 5:06 AM
Keanu Taufan
Keanu Taufan - avatar