I am using PHP/mysql combination. i have noticed that when i used the mysql query like "select * from tblname where field1='something' and field2='something' order by autoid" returned me the case insensetive result. This should not be the case when i am using '=' in query.
Can anybody help me out?
thanks