How do i make that someone else can use their log in details to advance to my website. I mustn't know it... Coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How do i make that someone else can use their log in details to advance to my website. I mustn't know it... Coding

3rd Apr 2017, 6:00 PM
Iwan
Iwan - avatar
2 Answers
+ 6
you will need a backend to store information.PHP or SQL are good backends
3rd Apr 2017, 6:03 PM
Meharban Singh
Meharban Singh - avatar
+ 2
check filtered and validated user input against a database of verified credentials. Store the result of the check, in session variables. Allow page loading if session variable meets the requirements, otherwise redirect to login page.
3rd Apr 2017, 6:12 PM
seamiki
seamiki - avatar