Where do small websites store their user information like user names and passwords etc. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where do small websites store their user information like user names and passwords etc.

Where do you store your users information if you running a small website and you don't have a server is it possible to store it on your local desktop

20th May 2020, 7:42 PM
Lucky
Lucky - avatar
4 Answers
+ 2
Lucky You should consider buying a shared hosting plan. It is easy to setup at an affordable price. Check https://hostgator.com The basic plan includes a mysql database where you can store your user information.
20th May 2020, 8:45 PM
Ore
Ore - avatar
+ 1
I have an own website and I use mysql to store all stuff like that. And to encrypt and decrypt the data I use the functions from php.
20th May 2020, 9:15 PM
ZARazor91
ZARazor91 - avatar
0
How do you implement it
20th May 2020, 7:49 PM
Lucky
Lucky - avatar
0
On what platform is your website running? Your answer will determine what I will suggest
20th May 2020, 8:37 PM
Ore
Ore - avatar