hi
i need an array, i can access like this:
$myarray["bs"]
problem: i get the values from checkboxes and
<input type=checkbox value="1" name=myarray["bs"]>
doesnt work. i searched the forum, but found nothing.
can anyone help pls?
tia
finger
Try using just name="myarray[bs]"
or
name='myarray["bs"]'
---John Holmes...