generating tree using acitree...
Dear all
Following is my db table
student_id student_code student_parent_id student_name
1 11 0 a
2 111 1 b
3 1111 2 c
4 11111 3 d
I want to generate following op as a tree view using aciTree
11 a
111 b
1111 c
11111 d
thanks
nick
Thanks
Nick