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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -