x232 Posted July 17, 2008 Share Posted July 17, 2008 Hi, I am trying to replicate the ebay filtering system: antiques.shop.ebay.com/items/Antiques__W0QQ_sacatZ20081 as you can see the items on that page are being pulled in from the sub (sub/sub) categories of the main category (Antiques) how can i pull off the above so that a category can display items from its sub categories and show them. the solution needs to mysql/php driven. regards rg Link to comment https://forums.phpfreaks.com/topic/115252-filtering-categories/ Share on other sites More sharing options...
discomatt Posted July 17, 2008 Share Posted July 17, 2008 That's a pretty broad question. You may want to read into hierarchical storage methods for databasing... here's a great intro http://dev.mysql.com/tech-resources/articles/hierarchical-data.html Once you have a good database structure set up, you can begin the next part. One step at a time though. Link to comment https://forums.phpfreaks.com/topic/115252-filtering-categories/#findComment-592513 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.