I have a PHP login code with a MySQL backend. Unfortunately the original developer has moved on and I need to make a change. The username is the email address but currently the field is case sensitive. I need to remove this error checking so that its not. I cannot find anywhere any reference to error checking that makes it case sensitive. I am starting to wonder is it case sensitive by default? Can you shed some light on this and offer some suggestions to fix this?
Start Free Trial