RE: [PHP-WIN] reading arrays within a field from mysql and separating the values

2001-09-10 Thread Asendorf, John
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

[PHP-WIN] reading arrays within a field from mysql and separating the values

2001-09-10 Thread Robert Trembath
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