Save info | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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