I have pulled information from my database. I need to display that information in a table with two identifiers, a row and column. Example
+-------+-------+-------+
| | 2009 | 2010 |
+-------+-------+-------+
| Jan. |(count)|(count)|
+-------+-------+-------+
| Feb. |(count)|(count)|
+-------+-------+-------+
I can query the information correctly, but displaying it is way off.
Thanks for any hints or suggestions in advance.