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
2 Respostas
+ 2
You can try using JSON as a data-storage. Use Javascript to import the JSON file and you can manage the data.
+ 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