Hi,
I'm building a website with a multiple input field from which all the selected values must get into 1 column. So I need to put all the values in 1 string. I tried to used this piece op code:
$inputorgaan = join(", ", $orgaan);
From I thought that $inputorgaan would contain all the values which were submitted in the $orgaan from the form. But it just didn't work. (Yes I used the name: orgaan[] for the field).
But I just keep getting:
Warning: Bad arguments to join() in /homes/i/indis/www/mysql/invoerscript_product.php3 on line 8
Does anyone know how to solve this or antoher piece of code which could to exactly the same?
Thanks in Advance,
Gabriel