The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
INSERT TO MULTIPLE DB
#6
Thanks for the video, makes it much easier to see how your script works!

One thing I noticed right away but ignored because of your foreach is you have
Code:
$fields
twice - this very well could be your issue. I would change the second array from
Code:
$fields = array(------
to
Code:
$fields2 = array(----------
and change this in your insert statement. This might fix it!

If not I'll dig deeper.
  Reply


Messages In This Thread
INSERT TO MULTIPLE DB - by picassoo - 06-12-2017, 05:27 AM
INSERT TO MULTIPLE DB - by firestorm - 06-12-2017, 07:46 AM
INSERT TO MULTIPLE DB - by picassoo - 06-12-2017, 05:46 PM
INSERT TO MULTIPLE DB - by Brandin - 06-13-2017, 12:42 PM
INSERT TO MULTIPLE DB - by picassoo - 06-13-2017, 05:50 PM
INSERT TO MULTIPLE DB - by Brandin - 06-13-2017, 07:13 PM
INSERT TO MULTIPLE DB - by picassoo - 06-14-2017, 01:45 AM
INSERT TO MULTIPLE DB - by Brandin - 06-14-2017, 01:50 AM
INSERT TO MULTIPLE DB - by picassoo - 06-14-2017, 02:02 AM
INSERT TO MULTIPLE DB - by Brandin - 06-14-2017, 12:46 PM
INSERT TO MULTIPLE DB - by picassoo - 06-14-2017, 04:52 PM
INSERT TO MULTIPLE DB - by Brandin - 06-14-2017, 06:43 PM
INSERT TO MULTIPLE DB - by picassoo - 06-16-2017, 02:36 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)