PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi
I want to use bread crumb trail on my site but the problem is that all my files are in the same directory while the most of the crumb trail algorithms use directory structure to creat the trail is there any method. I want to ask that is there any method to implement breadcrumb trail which does not use directory structure.
If you are using database output then you could create a breadcrumb trail based on your relations keys i.e. parent category -> Sub category -> product etc...