Question
Displaying MySQL Recordset In Two Table Columns
I've got a MySQL recordset which is displaying a list of
companies and no other data. I want to display those companies so
that there isn't just one long list on my page but instead have it
divided between two columns in a table (or some other way). And if
there's an odd number of companies I want the left column to
display the extra. For example:
Company A Company F
Company B Company G
Company C Company H
Company D Company I
Company E
Thanks.
Company A Company F
Company B Company G
Company C Company H
Company D Company I
Company E
Thanks.
