Welcome Guest, Not a member yet? Register   Sign In
not able to update query by id
#2

Code:
public function update_user($id, $sessArray)
{
$id = $this->session->userdata('id');
//echo '<pre>'; var_dump($id); echo '</pre>';
//die();
  $this->db->set($sessArray);
    $this->db->where('id', $id);
    $this->db->update('register');

}

Check have data in $id and $sessArray

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply


Messages In This Thread
not able to update query by id - by skghosh - 09-28-2020, 07:27 AM
RE: not able to update query by id - by nc03061981 - 09-29-2020, 01:49 AM
RE: not able to update query by id - by skghosh - 09-29-2020, 04:44 AM
RE: not able to update query by id - by InsiteFX - 09-29-2020, 11:15 AM
RE: not able to update query by id - by skghosh - 09-30-2020, 01:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB