Jump to content

seperation between groups


lordtrini

Recommended Posts

is there a way to put a separator between groups of database results php/mysql when i use the GROUP BY method of sorting.

 

 

id course_id major_code semester

1 PRE 100               1         1

2 ACCT 201     1               1

3 BUAD 100     1               1

4 ENG 101               1               1

5 HLF                 1         1

6 MAT 125             1             1

11 BUAD 112     1             2

10 ACCT 202     1             2

12 MGMT 180   1           2

13 MAT 107             1             2

14 SP 101             1             2

15 ACCT 230   1           3

16 ACCT 235   1           3

17 ECO 201             1           3

 

 

I have a the following data in  a MySQL DB...

I what to have all the semester 1 courses  grouped together but with a horizontal ruler between each semester.... can this be done...

 

 

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.