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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -