Forum Moderators: coopster
issue your select, then pull the results into an array instead of outputting them directly
then you can output them however you want
another way to show what you want, once your data is in an array would be
month array[0][0] array[1][0] array[2][0]
data1 array[0][1] array[1][1] array[2][1]
data2 array[0][2] array[1][2] array[2][2]
data3 array[0][3] array[1][3] array[2][3]