Im wondering how I can display a list of information from a database into a table. I want the table to be 2 columns wide and as many rows as there is information. I want the info to be displayed across the rows before the next column-Here is what I mean
I want the info from this database:
Bat
Cat
Dog
Mouse
To be displayed in a table as
Bat Cat
Dog Mouse
Any help is appreciated...Thanks!!
I want the info from this database:
Bat
Cat
Dog
Mouse
To be displayed in a table as
Bat Cat
Dog Mouse
Any help is appreciated...Thanks!!