difficulty with insert_batch |
@n0cturn0,
Bascially you are trying to put an array object in a text field. That's not going to work. You will need to either convert the array to a list or string then insert it into the field. here are some links to get you started: https://www.hostingadvice.com/how-to/php...to-string/ https://stackoverflow.com/questions/2552...text-field https://stackoverflow.com/questions/9299...se/9299741 (06-15-2018, 08:49 AM)php_rocs Wrote: @n0cturn0, thank you...Solved!! |
Welcome Guest, Not a member yet? Register Sign In |