I've got a layout that I'd like to make two columns. The two columns would need to be populated by the results of a query.
SOOOOO, using LIMIT 2,4 (for example) won't work, because as the information grows, the limit would need to be changed in the code (I think). How would I create two columns that would expand and change depending on the number of rows returned? Jeremy