I am finishing up a login script for my cousins website and I am was going through and I notice I forgot to make it non-case sensitive. So I am just taking the user input and using strtolower() on that string. I am wondering what will happen if someone inputs numbers?
Like if my password is AbC123. Will it return: abc123? or what will happen?