As i am making site for network marketting company
I want to display the binary tree for each user
each user can be considered as a root user which has left and right hand which further can beonsidered as a root and can furher have left and right child
I want to diplay the network connection of each user when they login
for that i have a table which also stored the parent_id
i want to diplay it in html page
However i have searhed lot but didn't found anything
please help me out...?