samedi 5 mai 2018

Is PHP If Statement for passwords secure?

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