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,";}

<tr><td>Restrictions</td><td>$Restrictions</td></tr>

The problem is when it fills out the table, it adds "Array" prior to the
values.  Is there an easy way to strip that out?

Any help is appreciated.

Thank you,
Mike Walth
CinoFusion



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to