php - How to hide the password character in html form? -
I want to resize $ password for input input field, because the form is able to post the password to do something later It is possible . I do not want to display any password character in html source code. How to do it Thanks a lot!
& lt ?? Do not show password characters in php // html source code ... how? Echo '& lt; Input type = "password" name = "pwd" value = "'. $ Password." "& Gt; ';? & Gt;
Use it to hide its password Input type = "password" class = "form-control" placeholder = "Enter your password" name = "password" />
Pre>
Comments
Post a Comment