Advertisement
Guest User

Untitled

a guest
May 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ```
  2. $insert['kolom_lain'] = $kolom_lain;
  3. $insert['id_apagitu'] = $id_apagitu;
  4.  
  5. foreach ($this->input->post('username') as $key => $value) {
  6. $insert['username'] = $this->input->post('username')[$key];
  7. $insert['fault'] = $this->input->post('fault')[$key];
  8. $this->yourmodel->insert($insert);
  9. }
  10. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement