Using PHP for password validation
Passwords are a necessary evil these days, almost every site you go to now, you have the ability to register with them which requires a password. I have a function that I use for checking that the password meets my minimum standards to ensure the security of the users information. This is the code. function [...]