问题
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.
回答1:
Retrieve your data usual way.
Then, after reading particular comma-separated field, use explode() to get an array out of it.
That's all
来源:https://stackoverflow.com/questions/15334632/retrive-data-from-table-with-has-group-concat-function