Hello, my problem is im making a form that gos to the database and returns the 1 matching query. But when I put in... "a", it also returns "A" and my script gets all confused (even if it didn't, its still not what I want). Can anyone help me?
If you need to have case-sensitive fields you need to define them as such in the table definition. With CHAR and VARCHAR types you must add the BINARY keyword. If it's a TEXT type use a BLOB instead.