What's wrong with:
$inputorgaan = join(", ", $orgaan);
It's in a processing script to put a form into a db.
The following error:
Warning: Bad arguments to join() in /homes/i/indis/www/mysql/invoerscript_product.php3 on line 8
This creates the $orgaan for the processing script (deleted all the options):
<select name="orgaan" size="5" multiple>
<option>Organen:</option>
<option>OPTIONS</option>
</select>
What can be the problem?