Dear all,
this is my query :
$query1 = 'select * from tbl_user_reg where
FIND_IN_SET(marital_status,:ms) or marital_status IS NULL and
FIND_IN_SET(caste_id,:caste) or caste_id IS NULL and
FIND_IN_SET(diet,:diet) or diet IS NULL and
FIND_IN_SET(mother_tongue,:mt) or mother_tongue IS NULL
but abovre query is not working…?
any suggestion please…?
thanks,