Suppose I want to display an entire field, but not in
one long column. Instead, I want to flow it evenly
into several columns.
For example, consider the following column:
Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecticut
I might want to split it into two columns:
Alabama California
Alaska Colorado
Arizona Connecticut
Arkansas
Or three:
Alabama Arkansas Connecticut
Alaska California
Arizona Colorado
I haven't yet learned of a way to do this with PHP, so
I wondered if there's some sort of trick you can use
with MySQL to flow text into multiple columns.
Thanks.
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]