Welcome Guest, Not a member yet? Register   Sign In
difficulty with insert_batch
#10

php_rocs@n0cturn0

While you may need all the values in the array the field in the database may be expecting a string value instead of an array object.  This is why I recommend that you see what value the foreach loop is kicking out (which I suspect is an array object).

  I understood that field in the database may be expecting a string value instead of an array object.
  Do not know, to do the loop 'disciplinas array ' for insert field the db.

example:
Array
(
 [
   [nraluno] => 3941
   [nomeguerra] => CALHEIROS
   [nrmat] => 36678
   [serie] => 6º
   [trimestre] => 2
   [turma] => 601
   [nrano] => 49
   [status] => 1
   [disciplinas] => Array
       (
           [0] => História
           [1] => LEM - Inglês
       )

   [nrbase] => Array
       (
           [0] => 1089
           [1] => 1092
       )

)

insert two value  the array disciplinas in field db, and the rest the array (nraluno,nomedeguerra,nrmat..) repeat at the insert.
sorry my english!
Reply


Messages In This Thread
difficulty with insert_batch - by n0cturn0 - 06-13-2018, 05:46 AM
RE: difficulty with insert_batch - by php_rocs - 06-13-2018, 08:16 AM
RE: difficulty with insert_batch - by dave friend - 06-13-2018, 09:46 AM
RE: difficulty with insert_batch - by n0cturn0 - 06-13-2018, 11:53 AM
RE: difficulty with insert_batch - by neuron - 06-14-2018, 01:28 AM
RE: difficulty with insert_batch - by n0cturn0 - 06-14-2018, 07:24 AM
RE: difficulty with insert_batch - by php_rocs - 06-14-2018, 07:33 AM
RE: difficulty with insert_batch - by n0cturn0 - 06-14-2018, 08:30 AM
RE: difficulty with insert_batch - by php_rocs - 06-14-2018, 10:14 AM
RE: difficulty with insert_batch - by n0cturn0 - 06-14-2018, 12:03 PM
RE: difficulty with insert_batch - by php_rocs - 06-14-2018, 03:00 PM
RE: difficulty with insert_batch - by n0cturn0 - 06-14-2018, 05:21 PM
RE: difficulty with insert_batch - by php_rocs - 06-15-2018, 08:49 AM
RE: difficulty with insert_batch - by n0cturn0 - 06-18-2018, 06:30 PM
RE: difficulty with insert_batch - by php_rocs - 06-19-2018, 07:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB