Welcome Guest, Not a member yet? Register   Sign In
Multiple MySql insert problem
#5

[eluser]gtech[/eluser]
give us a print_r of the exact array that you would pass to tagi_add()

eg
Code:
function tagi_add($data) {
  // just for test
  print_r($data);
  //return $this->db->insert('newstags', $data);
}


If the array is very large, reduce some of the data, and then myself or someone else can take a quick ganders if you want.


Messages In This Thread
Multiple MySql insert problem - by El Forum - 06-18-2009, 09:24 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 09:34 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 09:36 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 09:54 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 10:13 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 10:38 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 11:01 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 11:58 AM
Multiple MySql insert problem - by El Forum - 06-18-2009, 05:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB