I have a table having 1 column, ID, having 9 records.
I want to display the records in a table(3 rows and 3 columns) in my php page such that they the first record is in
(1st row,1st coumn) 2nd record is in (1st row,2nd column) 3rd record is in(1st row,3rd column)
4th record is in (2nd row,1st column) and so on.
Plz help me out. Thanks in advance for your usual help.
:mad: