Welcome Guest, Not a member yet? Register   Sign In
How to remove the first word From Mysql Table?
#3

My controllers Code:

Code:
                            $this->Item_model->updateItemcoupon($data, $id);






My Modal Code:

Code:
public function updateItemcoupon($data, $id)
    {
        $this->db->where('Items', $id);
        $this->db->update('Coupon_codes', $data);
        return TRUE;
    }
Reply


Messages In This Thread
RE: How to remove the first word From Mysql Table? - by litecoin90 - 05-07-2021, 06:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB