Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Array
  2. (
  3. [subject_id] => Array
  4. (
  5. [0] => 1
  6. [1] => 1
  7. )
  8.  
  9. [question] => Array
  10.  
  11. (
  12. [0] => test
  13. [1] => test2
  14. )
  15.  
  16. [option1] => Array
  17. (
  18. [0] => test
  19. [1] => test2
  20. ) )
  21.  
  22. $this->db->insert_batch('mytable', $data);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement