Is something like below secure for passwords?
<?php if ($_POST["password"] == "mypassword") { //some code ?>
I wanted to know if this is secure, because i myself cannot just inspect the file in the browser to see the password. So, is this secure or no?Thanks for any information.
Aucun commentaire:
Enregistrer un commentaire