How can I make a password input with characters like *****?
3 Answers
It depends on how you are producing your user interface.
If it is using HTML, then PHP is irrelevant, just use a password type input.
It depends on how you are producing your user interface.
If it is using HTML, then PHP is irrelevant, just use a password type input.