BloodyMind Posted February 23, 2009 Share Posted February 23, 2009 I've googled tutorials about how to make breadcrumb navigation but only found ways to do this by breaking the files into directories to make a structure for the breadcrumb but this doesn't suite me at all here is the case: I have category-> sub category -> product which all dynamically loaded how can I do that breadcrumb navigation without doing the directories thing ? Thanks in advance Regards Link to comment https://forums.phpfreaks.com/topic/146550-solved-breadcrumb/ Share on other sites More sharing options...
rhodesa Posted February 23, 2009 Share Posted February 23, 2009 This is in a database? Assuming there are an unlimited number of sub categories, you have to do a query inside a PHP loop. start with the product, get's it parent, then get the parent's parent, etc until you hit the top Link to comment https://forums.phpfreaks.com/topic/146550-solved-breadcrumb/#findComment-769385 Share on other sites More sharing options...
BloodyMind Posted February 23, 2009 Author Share Posted February 23, 2009 thank you sorry, it didn't cross into my mind Link to comment https://forums.phpfreaks.com/topic/146550-solved-breadcrumb/#findComment-769392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.