cristi08 0 Junior Poster

I have: tbl CATEGORIE with column: id_categorie ,Name;

Tbl Subramura1 with columns:id_subramura1, id_categorie, Name_subramura1;
Tbl Subramura2 with columns:id_subramura2, id_subramura1, Name_subramura2;
Tbl Subramura3 with columns:id_subramura3, id_subramura2, Name_subramura3;

Complete name=id_subramura1+id_subramura2+id_subramura3;

How to make a tree navigation for a catalog list? I Try with $_SERVER and GET but it not working.