I am pulling one field of data from a database. I want to display the data in a table that has three columns. How do I display it so each record is in a seperate column? Any help is appreciated!
Make use of the HTML tags for TABLES
This is a good way to separate items and keep them organized.
I tried that, writing the data to seperate columns of the table, but since it pulls data in the while loop, the same record is written to all three columns. I am not sure how to write a different record to each of the columns.
Well, what does your current code look like?