Jump to content

Categorize List help needed


studgate

Recommended Posts

I have a table that contains data from two galleries using their id.

I want to be able to get a list of each item from a particular gallery

and categorize them in groups.

The way that I want is:

 

Gallery 1

Item 1

Item 2

Gallery 2

Item 1

Item 2

the code that I have right now gives me:

Gallery 1

Item 1

Gallery 1

Item 2

Gallery 2

Item 1

Gallery 2

Item 2

 

TABLE `table1` (

  `id` int(11) NOT NULL auto_increment,

  `title` varchar(150) NOT NULL,

  `galleryid` int(11) NOT NULL);

 

Any help is welcome!

Link to comment
https://forums.phpfreaks.com/topic/161897-categorize-list-help-needed/
Share on other sites

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.