Can i make it validate a username and password?
what can I do to make the script validate username and password without use databases?
","upvoteCount":8},"suggestedAnswer":[{"@type":"Answer","text":"Database is not a program, it can't validate data for us, it just for storing data.\n\nYou use Javascript or PHP program to validate the form data.","upvoteCount":2},{"@type":"Answer","text":"Javascript can only store client local data using local storage or cookies. Means the stored data is only available for that local pc/phone only, each clients store their own individual data.","upvoteCount":1},{"@type":"Answer","text":"can I use js?","upvoteCount":0},{"@type":"Answer","text":"or can I make it store the data in the script?","upvoteCount":0},{"@type":"Answer","text":"thank you for the answers everybody. I found what I've been looking for! :D","upvoteCount":0}]} }
what can I do to make the script validate username and password without use databases?