I have found several scripts that use the directory structure to define a crumb trail. However, I would like to know if it is possible to use a database.
The way I have the table set up is as follows:
All levels under the top level (ie home) have a value in a 'parent' column, which relates to their parent page.
Can I use this and various queries to create a bread crumb navigation system, no matter where I am on the site, based on one variable through user input?
Cheers
Tom