Welcome Guest, Not a member yet? Register   Sign In
FIND_IN_SET() how to implement in mysql and codeigniter
#2

Hi,

Use where_in with the content of the user's category_id field.
some thing like this:


PHP Code:
$this->db->where_in('category_id',$users->category_id)->get('category'); 
A good decision is based on knowledge and not on numbers. - Plato

Reply


Messages In This Thread
RE: FIND_IN_SET() how to implement in mysql and codeigniter - by salain - 08-01-2018, 10:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB