Using PHP/MYSQL, I am trying to display a table with 2 columns.
Names that begin with aaa_ and that begin with bbb_, which are all together in a table field named Names so it'd look like this:
__________________________
aaa_kdjkjf | bbb_ijkjeje |
aaa_terem | bbb_imeeee |
aaa_chack | bbb_bamju |
---------------------------
Anyone have a clue, I figured you had to do a sort, but wasnt sure how to do multiple sorting and displaying.
Thanks
Names that begin with aaa_ and that begin with bbb_, which are all together in a table field named Names so it'd look like this:
__________________________
aaa_kdjkjf | bbb_ijkjeje |
aaa_terem | bbb_imeeee |
aaa_chack | bbb_bamju |
---------------------------
Anyone have a clue, I figured you had to do a sort, but wasnt sure how to do multiple sorting and displaying.
Thanks