Problem of Web Password | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Problem of Web Password

Hi everybody I just wanna make a login system for a website but i cannot sucess. Do i need php or mysql or more other script language? Thanks Shushu

30th Aug 2019, 4:55 AM
Shushu
Shushu - avatar
2 Answers
+ 2
You can try using JSON as a data-storage. Use Javascript to import the JSON file and you can manage the data.
1st Sep 2019, 5:51 AM
デジモン Lover
デジモン Lover - avatar
+ 1
It's better you learn about backend, it all relies on backend. You will store the signup information in the back-end, and get it to check weather the user is already registered and has the correct information when a login is requested. You cannot use if else statement for login without back-end because the data you may store may go viral. It will be better to test it out using JSON server
30th Aug 2019, 5:14 AM
Qudusayo
Qudusayo - avatar