Re: [PHP] reading arrays within a field from mysql and separating the values

2001-09-10 Thread David Robley
On Tue, 11 Sep 2001 00:02, Robert Trembath wrote: > 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 popu

[PHP] 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