I need help ordering data on a table.
I have a db (mysql) with 50 records.
I need to show them on a table in two colums (25 records in each colum)
Since i start learning php a little while ago, i would appreciate any help.
I think of using arrays, but it is too confusing at the begging.
Thanks in advance
help with sorting data on a table
Moderator: General Moderators
how would the table look?
like this..
or like this...
Mark
like this..
Code: Select all
record_1 record_2
record_3 record_4
record_5 record_6
record_7 record_8
...Code: Select all
record_1 record_5
record_2 record_6
record_3 record_7
record_4 record_8
...Probably this topic will be of help:
viewtopic.php?t=14706&postdays=0&postorder=asc&start=15
viewtopic.php?t=14706&postdays=0&postorder=asc&start=15