Advertisement
Guest User

Untitled

a guest
Aug 7th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $string = str_replace("'", "", $this->username);
  2. $this->db->where('username', $string);
  3. $update = $this->db->update('tabel', $post);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement