hiii
db_query gives empty result for some keywords .Here is my query.
$query = "SELECT * FROM `civicrm_contact` WHERE first_name LIKE '%$first_name%'";
It works correctly if the $first_name is Deepak , but not works for deepak.
This is not case sensitivity issue. Becausse it works for other letters. the problem is with the letters staring with d, n,b etc(i think %d, $n,%b working here ).Is there any way to avoid this?
can u please suggest a solution
thanks in advance
u can use
Hope it will work.