Validate (input) password


/ Published in: PHP
Save to your folder(s)

This is a useful function if you need to validate a password (input). If you have a form and you need to check if the username, which is registering, entered a valid password (without illegal characters) then this would help you to do it. Only letters, numbers and underscores are accepted.

URL: http://www.bitrepository.com/web-programming/php/validate-input-password.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.