> Here is my problem. I am using the following two lines to get
multiple
> values from a form field select statement.
>
> while (list($key,$val) = each($_POST[Restrictions])) {$Restrictions .=
> "$val,";}
>
> Restrictions$Restrictions
>
> The problem is when it fills out the table, it adds "Arr
Hello:
Here is my problem. I am using the following two lines to get multiple
values from a form field select statement.
while (list($key,$val) = each($_POST[Restrictions])) {$Restrictions .=
"$val,";}
Restrictions$Restrictions
The problem is when it fills out the table, it adds "Array" prior
2 matches
Mail list logo