Greetings,
I have a table in a mysql database, structured like that:
What it represents, is temperature ranges. For example, for minimum temperature range (4 -5) and maximum temperature range (2 - 3) (the numbers are fictional), I get a value of 6.Code:ID maxHi maxLo minHi minLo value 1 2 3 4 5 6 7 8 9 10 11 12 .....
What I want to do, is render a table structured like that:
And have the cells filled in with the corresponding values for each set of ranges.Code:(2 - 3) (4 - 5) (6 - 7) ..... (8 - 9) (9 - 10) (10 - 11)
Could anyone help me with this?
Thanks in advance!


Reply With Quote
Bookmarks