RE: [PHP] Select Field Form Value

2003-02-22 Thread John W. Holmes
> 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

[PHP] Select Field Form Value

2003-02-22 Thread Mike Walth
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