Information about storing information of my clients | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Information about storing information of my clients

If I want to create a website how should I store my visitors login or sign up information. Could anyone Please tell me in detail?

28th Jun 2020, 6:06 AM
GOLLAKOTI VENKATA SAI SIVA MANI CHANDU
GOLLAKOTI VENKATA SAI SIVA MANI CHANDU - avatar
3 Answers
+ 2
If you want to store info in user device you can use localstorage #set localstorage.set(key,value); #get Value = localstorage.get(key); For online storage we need to study js and sql connecting tutorial(s)
28th Jun 2020, 6:14 AM
Vishal Gupta
Vishal Gupta - avatar
+ 2
If I complete js and sql completely can I do it on my own.
28th Jun 2020, 6:21 AM
GOLLAKOTI VENKATA SAI SIVA MANI CHANDU
GOLLAKOTI VENKATA SAI SIVA MANI CHANDU - avatar
28th Jun 2020, 7:50 AM
Vishal Gupta
Vishal Gupta - avatar