Jump to content

Group and order results


TEENFRONT

Recommended Posts

Hey

 

I need to group and order mysql results and display them like this

 

$row['group_name']

$row['group_text']

$row['group_text']

$row['group_text']

 

so this would look like

 

Articles

article1

article2

article3

 

Other Stuff

stuff1

stuff2

stuff3

 

etc etc

 

How do i go about doing this?

Link to comment
https://forums.phpfreaks.com/topic/135203-group-and-order-results/
Share on other sites

Nice one, how do i then show the group by value above the results?

 

So im grouping by article_type    this could = "Site Articles", "Site Rules", "Other" etc

 

Id need to show the article_type once, above the results.

 

So

 

Site Articles

article1

article2

article3

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.