getting a result from a query, and displaying them in an HTML table from left to right is fine, but what about doing it vertically?
For example:
A B
C D
E F
Results shown left to right. this is not very desirable from an ergonomic aspect, as a user would normally read top to bottom on the first column then top to bottom on the next, as follows;
A D
B E
C F
Does anyone know of the way to do this? Get the result array, if an odd number, round up, divide by two and thats as far as i get....
cheers
oli