My database looks like this:
As you can see there's the "submission_id" column which is the same for each row containing the related data in the "field_value" column. And here is my problem, I'm stuck here. I want the values of "field_value" column - which are related to each other based on the submission id - to be in separate columns like on this picture:
How can I do that? I tried but I'm a potato to MySQL and PHP.
Thank you for all the helps!