PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there a way to set the password field asterisks to display a set length, for example 5 or 6 asterisks, regardless of the actual length of the password? Any help is appreciated.
is that based on the language? I have seen this in webmail programs...that display a password field with say 5 asterisks, yet the password can actually be 3 characters long....either way..thanks!
kippy wrote:is that based on the language? I have seen this in webmail programs...that display a password field with say 5 asterisks, yet the password can actually be 3 characters long....either way..thanks!
Def a no in php, Javascript on the other hand? possibly.