I use a group concat in my query that returns a single result row (Thats wy i use group concat). But how To display the results of the group concat, is there a way with an array pointer maybe? There are always 9 results in the group concat vallue….
Share
You can use php explode function to get the concatenated values into array