Between Condition is not working on server side – Mysql
Between Condition is not working on server side $this->db->group_start(); $this->db->where('("'.$start_date.'" BETWEEN start_date AND end_date)', NULL, FALSE); $this->db->or_where('("'.$end_date.'" BETWEEN start_date AND end_date)', NULL, FALSE); $this->db->group_end(); This Between Condition is working on local but not on server side