0
votes
1answer
267 views

displaying data from from many-to-many table

ok, I'm new with MySQL, and this is a simple exercise for practice, so please bare with me. My goal is to display all posts with their categories underneath them. The code below accomplishes this, ...
3
votes
1answer
91 views

I'm designing a DB for an online school. Am I on the Right Track?

Okay, so I'm a not-really-recent-anymore graduate of Michigan Tech. I've been a cook since graduation and I'm an eensie teensie bit rusty in pretty much all my learnin'. Couple weeks ago I got hired ...
2
votes
2answers
874 views

Need advice for my simple shopping cart's database structure

I’m trying to make a simple shopping cart application in PHP and am unsure of how to structure the database. I believe there are three tables that I need (but I could be wrong!): 1. products table ...