Now I'm at security, how can I make the password like this-->> * in php?Please help. Is it on the textbox.
+2
A:
This is standard HTML, nothing to do with PHP:
<input type="password" />
nickf
2010-01-19 11:54:59
+1
A:
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.
David Dorward
2010-01-19 11:56:03