I have a string with comma separated values. I would like to have this as the option value for my select form (drop-down box)
Example:
itemA, itemB, itemC
Into (consider this as a select form):
[Please select a value]:
itemA
itemB
itemC
How to achieve this?