I have 3 Tables
Okay so 3 Tables exist in my database
Category
Products
Sub Category
Category:
CID | Name
Products:
PID | CID | Name
Sub Category:
SID | PID | CID | Name | Description | Image
The Sub Category table is the issue
that's where the link has to be the link works perfect. The Sub Category or 3rd Level seems to show up under every product.
The key column is the SID but how should I filter it? by PID or CID Cause when I filter by either it doesnt seem to work correctly it either wont show up or shows up under every Product like I said. Really ball breaking lol but this week I have to complete it.
Thanks
Luke