er 10, 2001 3:42 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] reading arrays within a field from mysql and
> separating the values
>
>
> Hello everyone,
>
> Ran into a problem trying to get this to work. I have
> multiple names in a
> mysql field (DCD_Acces
Hello everyone,
Ran into a problem trying to get this to work. I have multiple names in a
mysql field (DCD_Access) that contains "name1, name2, name3, name4" and I
want read this information as an array so I can use these values to populate
a pull-down list using a while or foreach loop. Below is