06-13-2017, 07:13 PM
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 twice - this very well could be your issue. I would change the second array from to and change this in your insert statement. This might fix it!
If not I'll dig deeper.
One thing I noticed right away but ignored because of your foreach is you have
Code:
$fields
Code:
$fields = array(------
Code:
$fields2 = array(----------
If not I'll dig deeper.