I am trying to work through some display logic where I want to display a results set from a database query into to columns in a table, but I can't see to get it correct.

Example; I want to loop through the months of the year and display them like this;

               January            February
               March              April
               May                June
               July                August
               September      October
               November       December

Any ideas?


Mark Bomgardner

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to