Jump to content

Displaying SQL Data in groups


aspacecodyssey

Recommended Posts

I'm making a website for a restaurant and putting their menu into a MySQL database. Here's my table setup:

 

id    title    details    price    category    subcategory    region    beertype

 

So here's some example data:

 

6      Lunch Item 1        This is a test of Lunch Item #1.      14.75      lunch          Salads         

7      Dinner Iten 1        This is a test of Dinner Item 1.        16.00      dinner          Quesadillas       

8      Brunch Item 1      This is a test of Brunch Item 1.        6.87      brunch          Eggs       

13    Beerb 1                                                                4.75      beerb          CO    hardcider

 

 

Each "category" is given its own page. What I want to do is pull and display the data (PHP) so that it's grouped by "subcategory", like so:

 

Salads

--------

Salad 1 -- Price

Salad 2 -- Price

..etc.

 

Appetizers

-------

Appetizer 1 -- Price

Appetizer 2 -- Price

..etc.

 

Any way to do that? Array, perhaps?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.