|
Hey,
I'm trying to get to get 2sets of data from 2 MySQL tables to display in a certain way; but it dosnt seem to be working out the way i'd hoped.
What I want is to take the "name" data from table 1 and use it to head the information in table 2.
Example:
Head 1 | Head 2 | Head 3
H1Data1 H2Data1 H3Data1
H1Data2 H2Data2 H3Data2
H1Data3 H2Data3 H3Data3
I need the headings to be grouped together horizontally in 3's (love above) with the corresponding data underneath the correct heading.
Table 2 has 'Goup_id' which correspondes to Table 1's 'ID'.
|