robojob
05-06-2006, 10:43 PM
i know its possible using php to create a list box populated from a database and this i have done in the past.
What i want to do now is:
I have records that have colour options in a single field seperated by a comma eg red,yellow,green,blue
What i want to do is add each of those colours into a list box using php pulling that data from the db. These colours are different for each record in the db and are all in one field. Is this doable?
Thanks
What i want to do now is:
I have records that have colour options in a single field seperated by a comma eg red,yellow,green,blue
What i want to do is add each of those colours into a list box using php pulling that data from the db. These colours are different for each record in the db and are all in one field. Is this doable?
Thanks