I would like to create a php and database driven mulit-level organization chart. It would be binary structure, i.e., top level has 2 sub-levels, each sub-levels has 2 sub-sub-levels, and so on. I have a database table containing id, parent id, leg (right or left) and name for each level. Any help or tips are welcome.