![]() Topic awaiting preservation: case insensitive db query (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
![]() PHP & Oracle 9i |
Maniac (V) Inmate From: Florida |
![]() You can convert both strings to upper/lowercase and then do the comparison. code: $sql = "SELECT * FROM table WHERE lower(login)='$login' AND lower(password)='$password'";
|
Bipolar (III) Inmate From: |
![]() Convert which strings? |
Maniac (V) Inmate From: Florida |
![]() No problem, glad I could be of assistance to you. |