0

How can I make a password input with characters like *****?

1
  • Not sure what do you mean. Can you describe what you're trying to achieve Commented Jan 19, 2010 at 11:55

3 Answers 3

5
<input type="password" ... />
Sign up to request clarification or add additional context in comments.

Comments

3

This is standard HTML, nothing to do with PHP:

<input type="password" />

Comments

2

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.