Skip to content

How to reverse this json

I have a problem about array reversing. I tried array_reverse(…,true) But it is not working. May be the place that i applied is wrong. So i already attached my php code and json result below. Plz help me to reverse this json. This is resultant json. What i want is, i want to reverse this. After reversio…

Row as column in mysql without using function

I am wodering is it possible to use a pivot table to make the col as rows without using any mysql functions and GROUP AS. Here’s the table +—-+——+——+——+ | id | col1 | col2 | col3 |…