lordtrini Posted April 30, 2008 Share Posted April 30, 2008 is there a way to put a separator between groups of database results php/mysql when i use the GROUP BY method of sorting. Link to comment https://forums.phpfreaks.com/topic/103642-seperation-between-groups/ Share on other sites More sharing options...
jonsjava Posted April 30, 2008 Share Posted April 30, 2008 could you explain further? I'm not certain what you mean. Link to comment https://forums.phpfreaks.com/topic/103642-seperation-between-groups/#findComment-530722 Share on other sites More sharing options...
lordtrini Posted May 1, 2008 Author Share Posted May 1, 2008 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... Link to comment https://forums.phpfreaks.com/topic/103642-seperation-between-groups/#findComment-530804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.