Hi there,
i have a database field with comma separated id values. the id are all linked to a value in another table
something like
op_id
21,23,45,8034,12,45
now i want to show the values, not the id in another field comma seperated, say the field classes
so i explode the op_id make an array and implode it into the values but somewhere on the way i dont’ get a comma separated values in a field. any suggestions?