This is Result of two table using GROUP_CONCAT() for columns content_ids and content_titles and this data is separated with a ',' separator

What i need is?
Using php the values must be stored in a array and should print at using a loop.
can anyone help me? thanks.