- 2
code to check the name and password of a user to simulate entering a system. The message can be "Authorized access" or "access
Help is for PHP
1 Resposta
+ 2
To simulate only, for learning purposes, you can store names & passwords in an associative array. You then check whether the name & password to be checked exists in the array.
I'm not writing the code, I'm giving you an idea.