Hi there i have a tree structure navigation for a web site i am building, each page has an id, a parent_id and name. i am looking for a way given one name that i can get the tree to the root page.
a simple excample will help me explane better.
page table
id | parent_id | name
1...